From 411687f3005084c2a4173e72109ca10f6398827f Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 17 May 2023 18:37:39 +0800 Subject: [PATCH] remove more type decls from cl kernel. --- ggml-opencl.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index 478b0df75..73e15862c 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -24,13 +24,6 @@ typedef uchar uint8_t; typedef int int32_t; typedef uint uint32_t; -const uint GGML_TYPE_Q4_0 = 2; -const uint GGML_TYPE_Q4_1 = 3; -const uint GGML_TYPE_Q5_0 = 6; -const uint GGML_TYPE_Q5_1 = 7; -const uint GGML_TYPE_Q8_0 = 8; -const uint GGML_TYPE_Q8_1 = 9; - struct block_q4_0 { float d;