From a6a8f8d09c8e27a70926d8a52016ce8f49d954dd Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Tue, 17 Sep 2024 16:25:43 +0800 Subject: [PATCH] Update docs/backend/SYCL.md Co-authored-by: Meng, Hengyu --- docs/backend/SYCL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index ff896af532ab1..bc266f7d839b2 100644 --- a/docs/backend/SYCL.md +++ b/docs/backend/SYCL.md @@ -636,7 +636,7 @@ use 1 SYCL GPUs: [0] with Max compute units:512 It's same for other projects including llama.cpp SYCL backend. -- Meet issue: `Native API failed. Native API returns: -6 (PI_ERROR_OUT_OF_HOST_MEMORY) -6 (PI_ERROR_OUT_OF_HOST_MEMORY)` or `failed to allocate SYCL0 buffer` +- Meet issue: `Native API failed. Native API returns: -6 (PI_ERROR_OUT_OF_HOST_MEMORY) -6 (PI_ERROR_OUT_OF_HOST_MEMORY) -999 (UNKNOWN PI error)` or `failed to allocate SYCL0 buffer` Device Memory is not enough.