movmatrix CUDA version: 12.0 -> 11.8

This commit is contained in:
Johannes Gäßler 2025-02-02 16:27:06 +01:00
parent 817f87b2bb
commit 45b1b14866

View file

@ -16,7 +16,7 @@
#include "common.cuh"
#if CUDART_VERSION >= 12000
#if CUDART_VERSION >= 11800
static __device__ __forceinline__ int ggml_cuda_movmatrix(const int x) {
int ret = 0;