From 67dbd356b64d03f0db700a8b99db2fd545b93959 Mon Sep 17 00:00:00 2001 From: 0cc4m Date: Wed, 17 May 2023 19:20:46 +0200 Subject: [PATCH] Remove redundant constant values --- ggml-opencl.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index 7d219ab8e..0f745df38 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -23,13 +23,6 @@ typedef uchar uint8_t; typedef int int32_t; typedef uint uint32_t; -constant uint GGML_TYPE_Q4_0 = 2; -constant uint GGML_TYPE_Q4_1 = 3; -constant uint GGML_TYPE_Q5_0 = 6; -constant uint GGML_TYPE_Q5_1 = 7; -constant uint GGML_TYPE_Q8_0 = 8; -constant uint GGML_TYPE_Q8_1 = 9; - constant uint QK4_0 = 32; constant uint QR4_0 = 2; struct block_q4_0