SYCL: Fix GGML_SYCL_DEBUG macro (#11995)

This commit is contained in:
Akarshan Biswas 2025-02-24 15:48:25 +05:30 committed by GitHub
parent 7ad0779f5d
commit 8303e8b0fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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) \