From db41d672431927f60e9be5413bc15917f452d521 Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Mon, 9 Sep 2024 20:08:07 +0300 Subject: [PATCH] Delete commented out stuff --- ggml/src/ggml-cuda/convert.cu | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ggml/src/ggml-cuda/convert.cu b/ggml/src/ggml-cuda/convert.cu index 87546d4c..03de64ef 100644 --- a/ggml/src/ggml-cuda/convert.cu +++ b/ggml/src/ggml-cuda/convert.cu @@ -8,14 +8,6 @@ #include "convert.cuh" #include "dequantize.cuh" -//template -//using to_t_cuda_internal_t = void (*)(const void * __restrict__ x, T * __restrict__ y, int64_t k, cudaStream_t stream); -// -//template -//void to_t_cuda_wrapper(to_t_cuda_internal_t impl, const void * __restrict__ x, T * __restrict__ y, int64_t nrows, int64_t n_per_row, cudaStream_t stream) { -// impl(x, y, nrows*n_per_row, stream); -//} - #define CUDA_Q8_0_NE_ALIGN 2048 template