Update ggml/src/ggml-cuda/mma.cuh

Co-authored-by: Diego Devesa <slarengh@gmail.com>
This commit is contained in:
Johannes Gäßler 2025-02-02 18:29:59 +01:00 committed by GitHub
parent 45b1b14866
commit 37910e42ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <typename T>