We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba593b commit 49c77e6Copy full SHA for 49c77e6
src/CMakeLists.txt
@@ -194,7 +194,7 @@ if (GGML_CUDA)
194
# 60 == f16 CUDA intrinsics
195
# 61 == integer CUDA intrinsics
196
# 70 == compute capability at which unrolling a loop in mul_mat_q kernels is faster
197
- if (LLAMA_CUDA_F16 OR LLAMA_CUDA_DMMV_F16)
+ if (GGML_CUDA_F16 OR GGML_CUDA_DMMV_F16)
198
set(CMAKE_CUDA_ARCHITECTURES "60;61;70") # needed for f16 CUDA intrinsics
199
else()
200
set(CMAKE_CUDA_ARCHITECTURES "52;61;70") # lowest CUDA 12 standard + lowest for integer intrinsics
0 commit comments