Skip to content

Commit 5ba90d2

Browse files
authored
[SYCLomatic] Update the Windows helper checker. (#2939)
Signed-off-by: Chen, Sheng S <[email protected]>
1 parent fcadcc7 commit 5ba90d2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

clang/test/dpct/help_option_check/win/help_advanced.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ Advanced DPCT options
5858
=bindless_images - Experimental extension that allows use of bindless images APIs.
5959
=graph - Experimental extension that allows use of SYCL Graph APIs.
6060
=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.
6362
=virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory.
6463
=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.
6564
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.

clang/test/dpct/help_option_check/win/help_all.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ All DPCT options
164164
=bindless_images - Experimental extension that allows use of bindless images APIs.
165165
=graph - Experimental extension that allows use of SYCL Graph APIs.
166166
=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.
169168
=virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory.
170169
=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.
171170
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.

0 commit comments

Comments
 (0)