From 37910e42ef45b8bc4832c321bca946e34e0c3f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Sun, 2 Feb 2025 18:29:59 +0100 Subject: [PATCH] Update ggml/src/ggml-cuda/mma.cuh Co-authored-by: Diego Devesa --- ggml/src/ggml-cuda/mma.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cuda/mma.cuh b/ggml/src/ggml-cuda/mma.cuh index 0bee101bd..c5ec98c0a 100644 --- a/ggml/src/ggml-cuda/mma.cuh +++ b/ggml/src/ggml-cuda/mma.cuh @@ -50,7 +50,7 @@ static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) { return ret_low | ret_high; } -#endif // CUDART_VERSION >= 12000 +#endif // CUDART_VERSION >= 11800 template