From 8938ca2787f5190cad4bcfb2a5a6e34bb9571185 Mon Sep 17 00:00:00 2001 From: "Chen, Sheng S" Date: Fri, 11 Jul 2025 16:36:32 +0800 Subject: [PATCH] [SYCLomatic] Update the Windows helper checker. Signed-off-by: Chen, Sheng S --- clang/test/dpct/help_option_check/win/help_advanced.txt | 3 +-- clang/test/dpct/help_option_check/win/help_all.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/clang/test/dpct/help_option_check/win/help_advanced.txt b/clang/test/dpct/help_option_check/win/help_advanced.txt index 965b8f959536..8469cc7467f0 100644 --- a/clang/test/dpct/help_option_check/win/help_advanced.txt +++ b/clang/test/dpct/help_option_check/win/help_advanced.txt @@ -58,8 +58,7 @@ Advanced DPCT options =bindless_images - Experimental extension that allows use of bindless images APIs. =graph - Experimental extension that allows use of SYCL Graph APIs. =non-uniform-groups - Experimental extension that allows use of non-uniform groups. - =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. + =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. =virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory. =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. =non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions. diff --git a/clang/test/dpct/help_option_check/win/help_all.txt b/clang/test/dpct/help_option_check/win/help_all.txt index 7887c4a5a5dc..11be80121350 100644 --- a/clang/test/dpct/help_option_check/win/help_all.txt +++ b/clang/test/dpct/help_option_check/win/help_all.txt @@ -164,8 +164,7 @@ All DPCT options =bindless_images - Experimental extension that allows use of bindless images APIs. =graph - Experimental extension that allows use of SYCL Graph APIs. =non-uniform-groups - Experimental extension that allows use of non-uniform groups. - =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. + =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. =virtual_mem - Experimental extension that allows for mapping of an address range onto multiple allocations of physical memory. =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. =non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.