Skip to content

Commit 5eff28e

Browse files
committed
update
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent b65cdd9 commit 5eff28e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Advanced DPCT options
6363
=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.
6464
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
6565
=prefetch - Experimental extension that allows use of SYCL prefetch APIs.
66-
=level_zero - Experimental extension that allows the use of Level Zero APIs to migrate IPC code, with the DPCT_EXT_ONEAPI_BACKEND_LEVEL_ZERO macro defined to enable these APIs.
66+
=level_zero - Experimental extension that allows the use of Level Zero APIs to migrate the target code. For example, migrate the CUDA Inter Process Communication(IPC) APIs.
6767
=all - Enable all experimental extensions listed in this option.
6868

6969
<source0> ... Paths of input source files. These paths are looked up in the compilation database.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ All DPCT options
169169
=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.
170170
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
171171
=prefetch - Experimental extension that allows use of SYCL prefetch APIs.
172-
=level_zero - Experimental extension that allows the use of Level Zero APIs to migrate IPC code, with the DPCT_EXT_ONEAPI_BACKEND_LEVEL_ZERO macro defined to enable these APIs.
172+
=level_zero - Experimental extension that allows the use of Level Zero APIs to migrate the target code. For example, migrate the CUDA Inter Process Communication(IPC) APIs.
173173
=all - Enable all experimental extensions listed in this option.
174174
--use-explicit-namespace=<value> - Define the namespaces to use explicitly in generated code. The <value> is a comma
175175
separated list. Default: dpct/syclcompat, sycl.

0 commit comments

Comments
 (0)