SYCL: Fix GGML_SYCL_DEBUG macro (llama/11995)

This commit is contained in:
Akarshan Biswas
2025-02-24 15:48:25 +05:30
committed by Georgi Gerganov
parent 82e04e7670
commit ac301a7d9b
3 changed files with 6 additions and 2 deletions

View File

@ -35,7 +35,7 @@
void* ggml_sycl_host_malloc(size_t size);
void ggml_sycl_host_free(void* ptr);
static int g_ggml_sycl_debug = 0;
extern int g_ggml_sycl_debug;
#define GGML_SYCL_DEBUG(...) \
do { \
if (g_ggml_sycl_debug) \