Skip to content

Commit 7521fd4

Browse files
authored
[SYCL] Fix link to ESIMD tests (#2736)
These tests can be treated as ESIMD code samples
1 parent 5cf8088 commit 7521fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/extensions/ExplicitSIMD/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yet allows to write explicitly vectorized device code. This helps programmer to
66
have more control over the generated code and depend less on compiler
77
optimizations. The [specification](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/ExplicitSIMD/dpcpp-explicit-simd.md),
88
[documented ESIMD APIs headers](https://github.com/intel/llvm/tree/sycl/sycl/include/CL/sycl/INTEL/esimd) and
9-
[working code examples](https://github.com/intel/llvm/blob/sycl/sycl/test/esimd/on-device) are available on the Intel DPC++ project's github.
9+
[working code examples](https://github.com/intel/llvm-test-suite/tree/intel/SYCL/ESIMD) are available on the Intel DPC++ project's github.
1010

1111
**_NOTE:_** _This extension is under active development and lots of APIs are
1212
subject to change. There are currenly a number of restrictions specified
@@ -53,7 +53,7 @@ kernel is a ESIMD one and ESIMD APIs can be used inside it. Here the `simd`
5353
objects and `block_load`/`block_store` intrinsics are used which are avaiable
5454
only in the ESIMD extension.
5555
Full runnable code sample can be found on the
56-
[github repo](https://github.com/intel/llvm/blob/sycl/sycl/test/esimd/on-device/vadd_usm.cpp).
56+
[github repo](https://github.com/intel/llvm-test-suite/blob/intel/SYCL/ESIMD/vadd_usm.cpp).
5757
5858
#### Compiling and running ESIMD code.
5959
To compile a code which uses the ESIMD extension, a special compiler switch

0 commit comments

Comments
 (0)