From 776275cf9cb4c07300705aa4bb687997f9e38d5a Mon Sep 17 00:00:00 2001 From: Neo Zhang Date: Tue, 2 Jul 2024 13:08:56 +0800 Subject: [PATCH] rebase --- ggml/src/ggml-sycl/common.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ggml/src/ggml-sycl/common.hpp b/ggml/src/ggml-sycl/common.hpp index afb9a1f0e..99b3296cd 100644 --- a/ggml/src/ggml-sycl/common.hpp +++ b/ggml/src/ggml-sycl/common.hpp @@ -48,11 +48,6 @@ static int g_ggml_sycl_debug = 0; } \ }() -// #define DEBUG_SYCL_MALLOC - -static int g_work_group_size = -1; -// typedef sycl::half ggml_fp16_t; - #define __SYCL_ARCH__ DPCT_COMPATIBILITY_TEMP #define VER_4VEC 610 // todo for hardward optimize. #define VER_GEN9 700 // todo for hardward optimize. @@ -168,8 +163,6 @@ int get_current_device_id(); (void)bad_arch; // suppress unused function warning } -int get_current_device_id(); - inline dpct::err0 ggml_sycl_set_device(const int device_id) try { int current_device_id;