mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-22 16:38:58 +00:00
SYCL: Fix GGML_SYCL_DEBUG macro (llama/11995)
This commit is contained in:
committed by
Georgi Gerganov
parent
82e04e7670
commit
ac301a7d9b
@ -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) \
|
||||
|
Reference in New Issue
Block a user