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 bed9275 commit a09f919Copy full SHA for a09f919
ggml-cuda.cu
@@ -25,7 +25,7 @@ static_assert(sizeof(half) == sizeof(ggml_fp16_t), "wrong fp16 size");
25
} \
26
} while (0)
27
28
-#if CUDART_VERSION >= 12
+#if CUDART_VERSION >= 12000
29
#define CUBLAS_CHECK(err) \
30
do { \
31
cublasStatus_t err_ = (err); \
0 commit comments