From 4fd4344216ac53ad84d70631abff33c796e90228 Mon Sep 17 00:00:00 2001 From: jianyuzh Date: Wed, 20 Mar 2024 09:56:46 +0800 Subject: [PATCH] update for verify device id part --- README-sycl.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README-sycl.md b/README-sycl.md index 794dfda42..b207d389c 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -313,15 +313,19 @@ Note: - By default, mmap is used to read model file. In some cases, it leads to the hang issue. Recommend to use parameter **--no-mmap** to disable mmap() to skip this issue. -5. Check the device ID in output +5. Verify the device ID in output + +Verify to see if the selected GPU is shown in the output, like: -Like: ``` detect 1 SYCL GPUs: [0] with top Max compute units:512 -or +``` +Or +``` use 1 SYCL GPUs: [0] with Max compute units:512 ``` + ## Windows ### Setup Environment @@ -511,12 +515,16 @@ Note: - By default, mmap is used to read model file. In some cases, it leads to the hang issue. Recommend to use parameter **--no-mmap** to disable mmap() to skip this issue. -5. Check the device ID in output -Like: +5. Verify the device ID in output + +Verify to see if the selected GPU is shown in the output, like: + ``` detect 1 SYCL GPUs: [0] with top Max compute units:512 -or +``` +Or +``` use 1 SYCL GPUs: [0] with Max compute units:512 ```