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 28455fe commit aabc1daCopy full SHA for aabc1da
ggml/src/ggml-cuda/mma.cuh
@@ -16,7 +16,7 @@
16
#include "common.cuh"
17
18
19
-#if CUDART_VERSION >= 11800
+#if CUDART_VERSION >= 11080
20
21
static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
22
int ret = 0;
@@ -50,7 +50,7 @@ static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
50
return ret_low | ret_high;
51
}
52
53
-#endif // CUDART_VERSION >= 11800
+#endif // CUDART_VERSION >= 11080
54
55
56
template <typename T>
0 commit comments