Skip to content

Commit 265c5c2

Browse files
authored
[SYCL][Doc] Fix links to sycl_ext_oneapi_properties extension (#5837)
Signed-off-by: Peter Colberg <[email protected]>
1 parent ca9fea6 commit 265c5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/doc/design/CompileTimeProperties.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ specifying properties which are known at compile time. This extension is not
66
itself a feature, but rather a building block that can be incorporated into
77
other features.
88

9-
[1]: <../extensions/proposed/sycl_ext_oneapi_properties.asciidoc>
9+
[1]: <../extensions/experimental/sycl_ext_oneapi_properties.asciidoc>
1010

1111
There are a number of situations where we plan to use compile-time constant
1212
properties, but this design document does not attempt to address them all.
@@ -274,7 +274,7 @@ the [sycl\_ext\_oneapi\_properties][8] extension. There are two ways the
274274
application can specify these properties. The first is by passing a
275275
`property_list` parameter to the function that submits the kernel:
276276

277-
[8]: <../extensions/proposed/sycl_ext_oneapi_properties.asciidoc>
277+
[8]: <../extensions/experimental/sycl_ext_oneapi_properties.asciidoc>
278278

279279
```
280280
namespace sycl {

0 commit comments

Comments
 (0)