Skip to content

Commit

Permalink
Merge pull request #506 from bader/SYCL-2020/master
Browse files Browse the repository at this point in the history
Update reqd_sub_group_size argument name.

(cherry picked from commit 299ac1c)
  • Loading branch information
gmlueck committed Nov 7, 2024
1 parent 7a57620 commit 16824ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/device_compiler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16824ce

Please sign in to comment.