From 16824ce96d4bb628521db1ac4828537f40c2d5e0 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Thu, 7 Dec 2023 11:30:41 -0500 Subject: [PATCH] Merge pull request #506 from bader/SYCL-2020/master Update reqd_sub_group_size argument name. (cherry picked from commit 299ac1c406e17b5ffa5138c83fa3dad7c61c3413) --- adoc/chapters/device_compiler.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/chapters/device_compiler.adoc b/adoc/chapters/device_compiler.adoc index b5048578..3aa345dd 100644 --- a/adoc/chapters/device_compiler.adoc +++ b/adoc/chapters/device_compiler.adoc @@ -569,7 +569,7 @@ a future version of the specification and is not recommended for use in new code a@ [source] ---- -reqd_sub_group_size(dim) +reqd_sub_group_size(size) ---- a@ Indicates that the kernel must be compiled and executed with the specified sub-group size. The argument to the attribute must be an integral constant