From c776fb8033e9b6e4dfc8c73d06c3385b0e6dfb2c Mon Sep 17 00:00:00 2001 From: "Meng, Hengyu" Date: Fri, 14 Jun 2024 09:25:14 +0000 Subject: [PATCH] remove duplicated extras --- ggml-sycl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 84117c842dab1..4ff6751cd0bba 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -11988,9 +11988,6 @@ static size_t ggml_nbytes_split(const struct ggml_tensor * tensor, int nrows_spl return nrows_split*ggml_row_size(tensor->type, tensor->ne[0]); } -static ggml_tensor_extra_gpu * g_temp_tensor_extras = nullptr; -static size_t g_temp_tensor_extra_index = 0; - void ggml_sycl_set_main_device(const int main_device) try { if (dpct::get_current_device_id() == main_device) return; check_allow_gpu_index(main_device);