You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/lin/help_advanced.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Advanced DPCT options
24
24
=bfloat16 - Disable the SYCL extensions for bfloat16.
25
25
=device_info - Disable the Intel extensions for device information, if supported by the compiler and the backend.
26
26
=enqueued_barriers - Disable the enqueued barriers extension.
27
-
=free-function-queries - Disable the free query extension.
27
+
=free-function-queries - Disable the free function query experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and 'sub_group' instances globally.
28
28
=peer_access - Disable the peer access extension.
29
29
=assert - Disable the assert extension.
30
30
=queue_empty - Disable the queue empty extension.
@@ -43,7 +43,7 @@ Advanced DPCT options
43
43
By default, experimental features will not be used in migrated code.
44
44
The values are:
45
45
=free-function-queries - DEPRECATED : Experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and
46
-
'sub_group' instances globally. The free-function-queries will be enabled as default.
46
+
'sub_group' instances globally. Deprecate this option as the feature is turned on by default.
47
47
=local-memory-kernel-scope-allocation - Experimental extension that allows allocation of local memory objects at the kernel
48
48
functor scope
49
49
=logical-group - Experimental helper function used to logically group work-items.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/lin/help_all.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ All DPCT options
81
81
=bfloat16 - Disable the SYCL extensions for bfloat16.
82
82
=device_info - Disable the Intel extensions for device information, if supported by the compiler and the backend.
83
83
=enqueued_barriers - Disable the enqueued barriers extension.
84
-
=free-function-queries - Disable the free query extension.
84
+
=free-function-queries - Disable the free function query experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and 'sub_group' instances globally.
85
85
=peer_access - Disable the peer access extension.
86
86
=assert - Disable the assert extension.
87
87
=queue_empty - Disable the queue empty extension.
@@ -150,7 +150,7 @@ All DPCT options
150
150
By default, experimental features will not be used in migrated code.
151
151
The values are:
152
152
=free-function-queries - DEPRECATED : Experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and
153
-
'sub_group' instances globally. The free-function-queries will be enabled as default.
153
+
'sub_group' instances globally. Deprecate this option as the feature is turned on by default.
154
154
=local-memory-kernel-scope-allocation - Experimental extension that allows allocation of local memory objects at the kernel
155
155
functor scope
156
156
=logical-group - Experimental helper function used to logically group work-items.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/win/help_advanced.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Advanced DPCT options
24
24
=bfloat16 - Disable the SYCL extensions for bfloat16.
25
25
=device_info - Disable the Intel extensions for device information, if supported by the compiler and the backend.
26
26
=enqueued_barriers - Disable the enqueued barriers extension.
27
-
=free-function-queries - Disable the free query extension.
27
+
=free-function-queries - Disable the free function query experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and 'sub_group' instances globally.
28
28
=peer_access - Disable the peer access extension.
29
29
=assert - Disable the assert extension.
30
30
=queue_empty - Disable the queue empty extension.
@@ -43,7 +43,7 @@ Advanced DPCT options
43
43
By default, experimental features will not be used in migrated code.
44
44
The values are:
45
45
=free-function-queries - DEPRECATED : Experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and
46
-
'sub_group' instances globally. The free-function-queries will be enabled as default.
46
+
'sub_group' instances globally. Deprecate this option as the feature is turned on by default.
47
47
=local-memory-kernel-scope-allocation - Experimental extension that allows allocation of local memory objects at the kernel
48
48
functor scope
49
49
=logical-group - Experimental helper function used to logically group work-items.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/win/help_all.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ All DPCT options
80
80
=bfloat16 - Disable the SYCL extensions for bfloat16.
81
81
=device_info - Disable the Intel extensions for device information, if supported by the compiler and the backend.
82
82
=enqueued_barriers - Disable the enqueued barriers extension.
83
-
=free-function-queries - Disable the free query extension.
83
+
=free-function-queries - Disable the free function query experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and 'sub_group' instances globally.
84
84
=peer_access - Disable the peer access extension.
85
85
=assert - Disable the assert extension.
86
86
=queue_empty - Disable the queue empty extension.
@@ -149,7 +149,7 @@ All DPCT options
149
149
By default, experimental features will not be used in migrated code.
150
150
The values are:
151
151
=free-function-queries - DEPRECATED : Experimental extension that allows getting 'id', 'item', 'nd_item', 'group', and
152
-
'sub_group' instances globally. The free-function-queries will be enabled as default.
152
+
'sub_group' instances globally. Deprecate this option as the feature is turned on by default.
153
153
=local-memory-kernel-scope-allocation - Experimental extension that allows allocation of local memory objects at the kernel
154
154
functor scope
155
155
=logical-group - Experimental helper function used to logically group work-items.
0 commit comments