Skip to content

Commit 45b1b14

Browse files
movmatrix CUDA version: 12.0 -> 11.8
1 parent 817f87b commit 45b1b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/mma.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "common.cuh"
1717

1818

19-
#if CUDART_VERSION >= 12000
19+
#if CUDART_VERSION >= 11800
2020

2121
static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
2222
int ret = 0;

0 commit comments

Comments
 (0)