Skip to content

Commit c7447f7

Browse files
authored
[SYCL] Fix link after directory structure change (#2741)
1 parent 542c32a commit c7447f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/SpecConstants/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ instance, setting new values and rebuilding it via
5656
`sc0.get()` and `sc1.get()` within thhe device code with the corresponding
5757
constant values (`sc_vals[i][0]` and `sc_vals[i][1]`). Full runnable example
5858
can be found on
59-
[github](https://github.com/intel/llvm/blob/sycl/sycl/test/spec_const/spec_const_redefine.cpp).
59+
[github](https://github.com/intel/llvm/blob/sycl/sycl/test/on-device/spec_const/spec_const_redefine.cpp).
6060
6161
Specialization constants can be used in programs compiled Ahead-Of-Time, in this
6262
case a specialization constant takes default value for its type (as specified by

0 commit comments

Comments
 (0)