From 7b85783217a00013d94148c7b72d55a914b259ac Mon Sep 17 00:00:00 2001 From: akieslinger Date: Mon, 9 Dec 2024 14:06:56 +0100 Subject: [PATCH] Reverts erroneous rename in SYCL-code. --- ggml/src/ggml-sycl/vecdotq.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml/src/ggml-sycl/vecdotq.hpp b/ggml/src/ggml-sycl/vecdotq.hpp index 0bcfc72fd..c5942008a 100644 --- a/ggml/src/ggml-sycl/vecdotq.hpp +++ b/ggml/src/ggml-sycl/vecdotq.hpp @@ -848,7 +848,7 @@ vec_dot_iq2_xs_q8_1(const void *__restrict__ vbq, const block_q8_1 *__restrict__ bq8_1, const int &iqs, const uint64_t *iq2xs_grid, const uint64_t *ksigns64) { #if DPCT_COMPATIBILITY_TEMP >= \ - GGML_CUDA_MIN_CC_DP4A // lowest compute capability for integer intrinsics + MIN_CC_DP4A // lowest compute capability for integer intrinsics #if QK_K == 256 const block_iq2_xs * bq2 = (const block_iq2_xs *) vbq; @@ -950,7 +950,7 @@ vec_dot_iq3_xxs_q8_1(const void *__restrict__ vbq, const block_q8_1 *__restrict__ bq8_1, const int &iqs, const uint32_t *iq3xxs_grid, const uint64_t *ksigns64) { #if DPCT_COMPATIBILITY_TEMP >= \ - GGML_CUDA_MIN_CC_DP4A // lowest compute capability for integer intrinsics + MIN_CC_DP4A // lowest compute capability for integer intrinsics #if QK_K == 256 const block_iq3_xxs * bq2 = (const block_iq3_xxs *) vbq;