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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Advanced DPCT options
63
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.
64
64
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
65
65
=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.
67
67
=all - Enable all experimental extensions listed in this option.
68
68
69
69
<source0> ... Paths of input source files. These paths are looked up in the compilation database.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/win/help_all.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ All DPCT options
169
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.
170
170
=non-stdandard-sycl-builtins - Experimental extension that allows use of non standard SYCL builtin functions.
171
171
=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.
173
173
=all - Enable all experimental extensions listed in this option.
174
174
--use-explicit-namespace=<value> - Define the namespaces to use explicitly in generated code. The <value> is a comma
0 commit comments