fix macro typo
This commit is contained in:
parent
a28c5eff5b
commit
621e60e484
1 changed files with 3 additions and 3 deletions
|
@ -11323,10 +11323,10 @@ void ggml_init_sycl() try {
|
||||||
GGML_ASSERT(g_all_sycl_device_count <= GGML_SYCL_MAX_DEVICES);
|
GGML_ASSERT(g_all_sycl_device_count <= GGML_SYCL_MAX_DEVICES);
|
||||||
int64_t total_vram = 0;
|
int64_t total_vram = 0;
|
||||||
|
|
||||||
#if defined(GGML_SYCL_FP16)
|
#if defined(GGML_SYCL_F16)
|
||||||
fprintf(stderr, "%s: GGML_SYCL_FP16: yes\n", __func__);
|
fprintf(stderr, "%s: GGML_SYCL_F16: yes\n", __func__);
|
||||||
#else
|
#else
|
||||||
fprintf(stderr, "%s: GGML_SYCL_FP16: no\n", __func__);
|
fprintf(stderr, "%s: GGML_SYCL_F16: no\n", __func__);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue