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 be5cacc commit ce2e59bCopy full SHA for ce2e59b
ggml/src/ggml-cuda/CMakeLists.txt
@@ -11,7 +11,7 @@ if (CUDAToolkit_FOUND)
11
# 60 == P100, FP16 CUDA intrinsics
12
# 61 == Pascal, __dp4a instruction (per-byte integer dot product)
13
# 70 == V100, FP16 tensor cores
14
- # 75 == Turing, int6 tensor cores
+ # 75 == Turing, int8 tensor cores
15
if (GGML_NATIVE AND CUDAToolkit_VERSION VERSION_GREATER_EQUAL "11.6")
16
set(CMAKE_CUDA_ARCHITECTURES "native")
17
elseif(GGML_CUDA_F16 OR GGML_CUDA_DMMV_F16)
0 commit comments