Skip to content

Commit 5786090

Browse files
Pennycookgmlueck
andauthored
Fix feature macro name
Co-authored-by: Greg Lueck <[email protected]>
1 parent d90b030 commit 5786090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_named_sub_group_sizes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ experts and existing developers from requesting the existing compiler behavior.
9898

9999
This extension provides a feature-test macro as described in the core SYCL
100100
specification. An implementation supporting this extension must predefine the
101-
macro `SYCL_EXT_NAMED_SUB_GROUP_SIZES` to one of the values defined in the
101+
macro `SYCL_EXT_ONEAPI_NAMED_SUB_GROUP_SIZES` to one of the values defined in the
102102
table below. Applications can test for the existence of this macro to
103103
determine if the implementation supports this feature, or applications can test
104104
the macro's value to determine which of the extension's features the

0 commit comments

Comments
 (0)