Skip to content

Commit

Permalink
fix: Vulkan shader gen binary path (ggml-org#11037)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd authored Jan 4, 2025
1 parent 4b0c638 commit c31fc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-vulkan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (Vulkan_FOUND)
OUTPUT ${_ggml_vk_header}
${_ggml_vk_source}

COMMAND ${_ggml_vk_genshaders_cmd}
COMMAND "$<TARGET_FILE_DIR:vulkan-shaders-gen>/${_ggml_vk_genshaders_cmd}"
--glslc ${Vulkan_GLSLC_EXECUTABLE}
--input-dir ${_ggml_vk_input_dir}
--output-dir ${_ggml_vk_output_dir}
Expand Down

0 comments on commit c31fc8b

Please sign in to comment.