From 7138a4188b08a2dae765a015f3ad3f0bc22efe7a Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Thu, 22 Oct 2020 16:34:49 +0300 Subject: [PATCH] [DOC] Add missing link to spec constants lowering --- sycl/doc/CompilerAndRuntimeDesign.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sycl/doc/CompilerAndRuntimeDesign.md b/sycl/doc/CompilerAndRuntimeDesign.md index 5eb837f4159ba..3dea5fb047da4 100644 --- a/sycl/doc/CompilerAndRuntimeDesign.md +++ b/sycl/doc/CompilerAndRuntimeDesign.md @@ -498,7 +498,9 @@ unit) TBD ##### Specialization constants lowering -TBD + +See [corresponding documentation](SpecializationConstants.md) + #### CUDA support