Skip to content

Commit 37910e4

Browse files
Update ggml/src/ggml-cuda/mma.cuh
Co-authored-by: Diego Devesa <[email protected]>
1 parent 45b1b14 commit 37910e4

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
@@ -50,7 +50,7 @@ static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
5050
return ret_low | ret_high;
5151
}
5252

53-
#endif // CUDART_VERSION >= 12000
53+
#endif // CUDART_VERSION >= 11800
5454

5555

5656
template <typename T>

0 commit comments

Comments
 (0)