Skip to content

Commit

Permalink
update for verify device id part
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Mar 20, 2024
1 parent 64d6765 commit 4fd4344
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README-sycl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 4fd4344

Please sign in to comment.