Git commit
latest
Operating systems
Windows
GGML backends
Vulkan
Problem description & steps to reproduce
Just trying to compile with Vulkan in Windows
First Bad Commit
No response
Compile command
cmake -B build -DGGML_VULKAN=ON
cmake --build build --config Release
Relevant log output
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4452,105): error C2065: '
cpy_f32_q4_0_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\g
gml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4452,127): error C2065: '
cpy_f32_q4_0_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\
ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4453,105): error C2065: '
cpy_f32_q4_1_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\g
gml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4453,127): error C2065: '
cpy_f32_q4_1_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\
ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4454,105): error C2065: '
cpy_f32_q5_0_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\g
gml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4454,127): error C2065: '
cpy_f32_q5_0_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\
ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4455,105): error C2065: '
cpy_f32_q5_1_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\g
gml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4455,127): error C2065: '
cpy_f32_q5_1_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\
ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4456,105): error C2065: '
cpy_f32_q8_0_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\g
gml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4456,127): error C2065: '
cpy_f32_q8_0_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src\
ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4457,109): error C2065: '
cpy_f32_iq4_nl_rte_len': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\src
\ggml-vulkan\ggml-vulkan.vcxproj]
C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\ggml\src\ggml-vulkan\ggml-vulkan.cpp(4457,133): error C2065: '
cpy_f32_iq4_nl_rte_data': undeclared identifier [C:\Users\soyal\OneDrive\Desktop\git\llama-cpp-turboquant\build\ggml\sr
c\ggml-vulkan\ggml-vulkan.vcxproj]
C:/VulkanSDK/1.4.341.1/Bin/glslc.exe -fshader-stage=compute --target-env=vulkan1.2 "C:/Users/soyal/OneDrive/Desktop/g
it/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn.comp" -o "C:/Users/soyal/OneDrive/Desktop/git/
llama-cpp-turboquant/build/ggml/src/ggml-vulkan/vulkan-shaders.spv/flash_attn_f32_f16_turbo3_0_fp32_int8.spv" -O -DAC
C_TYPE=float -DACC_TYPEV2=vec2 -DACC_TYPEV4=vec4 -DBLOCK_SIZE=QUANT_K_TURBO3_0 -DDATA_A_TURBO3_0=1 -DD_TYPE=float -DD
_TYPEV4=vec4 -DFLOAT_TYPE=float -DFLOAT_TYPEV2=vec2 -DFLOAT_TYPEV4=vec4 -DMMQ=1 -DQ_TYPE=float
C:/Users/soyal/OneDrive/Desktop/git/llama-cpp-turboquant/ggml/src/ggml-vulkan/vulkan-shaders/flash_attn.comp:72: erro
r: '' : syntax error, unexpected IDENTIFIER, expecting COMMA or SEMICOLON
Git commit
latest
Operating systems
Windows
GGML backends
Vulkan
Problem description & steps to reproduce
Just trying to compile with Vulkan in Windows
First Bad Commit
No response
Compile command
Relevant log output