From c816f00b3112ad552462099f52165c391fcb3e4c Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Tue, 10 May 2022 07:55:36 -0400 Subject: [PATCH] [SYCL][DOC] Update SYCL rev in extension template A new revision of the SYCL 2020 specification was recently published, so update the revision in the template we use for extensions. --- sycl/doc/extensions/template.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/doc/extensions/template.asciidoc b/sycl/doc/extensions/template.asciidoc index 96a067c412582..620ec1fa97328 100644 --- a/sycl/doc/extensions/template.asciidoc +++ b/sycl/doc/extensions/template.asciidoc @@ -36,7 +36,7 @@ https://github.com/intel/llvm/issues == Dependencies -This extension is written against the SYCL 2020 revision 4 specification. All +This extension is written against the SYCL 2020 revision 5 specification. All references below to the "core SYCL specification" or to section numbers in the SYCL specification refer to that revision.