Update ggml/src/ggml-cuda/mma.cuh
Co-authored-by: Diego Devesa <slarengh@gmail.com>
This commit is contained in:
parent
45b1b14866
commit
37910e42ef
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
|
||||||
return ret_low | ret_high;
|
return ret_low | ret_high;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // CUDART_VERSION >= 12000
|
#endif // CUDART_VERSION >= 11800
|
||||||
|
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue