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/win/help_advanced.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ Advanced DPCT options
58
58
=bindless_images - Experimental extension that allows use of bindless images APIs.
59
59
=graph - Experimental extension that allows use of SYCL Graph APIs.
60
60
=non-uniform-groups - Experimental extension that allows use of non-uniform groups.
61
-
=device_global - Experimental extension that allows device scoped memory allocations into SYCL that can
62
-
be accessed within a kernel using syntax similar to C++ global variables.
61
+
=device_global - Experimental extension that allows device scoped memory allocations into SYCL that can be accessed within a kernel using syntax similar to C++ global variables.
63
62
=virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory.
64
63
=in_order_queue_events - Experimental extension that allows placing the event from the last command submission into the queue and setting an external event as an implicit dependence on the next command submitted to the queue.
65
64
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/win/help_all.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,7 @@ All DPCT options
164
164
=bindless_images - Experimental extension that allows use of bindless images APIs.
165
165
=graph - Experimental extension that allows use of SYCL Graph APIs.
166
166
=non-uniform-groups - Experimental extension that allows use of non-uniform groups.
167
-
=device_global - Experimental extension that allows device scoped memory allocations into SYCL that can
168
-
be accessed within a kernel using syntax similar to C++ global variables.
167
+
=device_global - Experimental extension that allows device scoped memory allocations into SYCL that can be accessed within a kernel using syntax similar to C++ global variables.
169
168
=virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory.
170
169
=in_order_queue_events - Experimental extension that allows placing the event from the last command submission into the queue and setting an external event as an implicit dependence on the next command submitted to the queue.
171
170
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
0 commit comments