Skip to content

Commit 6fe28dc

Browse files
Update README.md
1 parent cd9b9e6 commit 6fe28dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/oneDPL/pSTL_offload/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ When working with the command-line interface (CLI), you should configure the one
110110
Run `pSTL_offload-ParSTLTest` on GPU.
111111
```
112112
$ export ONEAPI_DEVICE_SELECTOR=level_zero:gpu
113-
$ make
113+
$ ./ParSTLTest
114114
$ unset ONEAPI_DEVICE_SELECTOR
115115
```
116116
Run `pSTL_offload-ParSTLTest` on CPU.
117117
```
118118
$ export ONEAPI_DEVICE_SELECTOR=*:cpu
119-
$ make
119+
$ ./ParSTLTest
120120
$ unset ONEAPI_DEVICE_SELECTOR
121121
```
122122

0 commit comments

Comments
 (0)