update for verify device id part

This commit is contained in:
jianyuzh 2024-03-20 09:56:46 +08:00
parent 64d6765a09
commit 4fd4344216

View file

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