summaryrefslogtreecommitdiff
path: root/ggml-cuda/quantize.cuh
diff options
context:
space:
mode:
Diffstat (limited to 'ggml-cuda/quantize.cuh')
-rw-r--r--ggml-cuda/quantize.cuh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-cuda/quantize.cuh b/ggml-cuda/quantize.cuh
index adb89c83..b37a4752 100644
--- a/ggml-cuda/quantize.cuh
+++ b/ggml-cuda/quantize.cuh
@@ -2,4 +2,4 @@
#define CUDA_QUANTIZE_BLOCK_SIZE 256
-void quantize_row_q8_1_cuda(const float * x, void * vy, const int kx, const int ky, const int kx_padded, cudaStream_t stream);
+void quantize_row_q8_1_cuda(const float * x, void * vy, const int64_t kx, const int64_t ky, const int64_t kx_padded, cudaStream_t stream);