Skip to content

[SYCL] Fix link after directory structure change #2741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/doc/extensions/SpecConstants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ instance, setting new values and rebuilding it via
`sc0.get()` and `sc1.get()` within thhe device code with the corresponding
constant values (`sc_vals[i][0]` and `sc_vals[i][1]`). Full runnable example
can be found on
[github](https://github.com/intel/llvm/blob/sycl/sycl/test/spec_const/spec_const_redefine.cpp).
[github](https://github.com/intel/llvm/blob/sycl/sycl/test/on-device/spec_const/spec_const_redefine.cpp).

Specialization constants can be used in programs compiled Ahead-Of-Time, in this
case a specialization constant takes default value for its type (as specified by
Expand Down