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 ```