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
DEF_COMMENT(JOINT_MATRIX_SHAPE, 1135, HIGH_LEVEL, "Please check if joint_matrix implementations support the combination of data type and matrix shape type in the target hardware.")
299
299
DEF_WARNING(UNSUPPORTED_EXTMEM_WIN_HANDLE, 1136, HIGH_LEVEL, "SYCL Bindless Images extension only supports importing external resource memory using NT handle on Windows. If assert(%0.get_win32_handle()) fails, you may need to adjust the code to use (%0.get_win32_handle()).")
300
300
DEF_COMMENT(UNSUPPORTED_EXTMEM_WIN_HANDLE, 1136, HIGH_LEVEL, "SYCL Bindless Images extension only supports importing external resource memory using NT handle on Windows. If assert({0}.get_win32_handle()) fails, you may need to adjust the code to use ({0}.get_win32_handle()).")
301
+
DEF_WARNING(ASYNC_COPY_DEVICE_WARN, 1137, LOW_LEVEL, "ASM instruction \"cp.async\" is asynchronous copy, current it is migrated to synchronous copy operation. You may need to adjust the code to tune the performance.")
302
+
DEF_COMMENT(ASYNC_COPY_DEVICE_WARN, 1137, LOW_LEVEL, "ASM instruction \"cp.async\" is asynchronous copy, current it is migrated to synchronous copy operation. You may need to adjust the code to tune the performance.")
// CHECK-NEXT: DPCT1137:{{[0-9]+}}: ASM instruction "cp.async" is asynchronous copy, current it is migrated to synchronous copy operation. You may need to adjust the code to tune the performance.
// CHECK-NEXT: DPCT1137:{{[0-9]+}}: ASM instruction "cp.async" is asynchronous copy, current it is migrated to synchronous copy operation. You may need to adjust the code to tune the performance.
Copy file name to clipboardExpand all lines: clang/test/dpct/help_option_check/lin/help_all.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ All DPCT options
127
127
--rule-file=<file> - Specify the rule file for migration. Also, reference the predefined rules in the "extensions" directory in the root folder of the tool.
128
128
--stop-on-parse-err - Stop migration and generation of reports if parsing errors happened. Default: off.
129
129
--suppress-warnings=<value> - A comma separated list of migration warnings to suppress. Valid warning IDs range
130
-
from 1000 to 1136. Hyphen separated ranges are also allowed. For example:
130
+
from 1000 to 1137. Hyphen separated ranges are also allowed. For example:
131
131
--suppress-warnings=1000-1010,1011.
132
132
--suppress-warnings-all - Suppress all migration warnings. Default: off.
133
133
--sycl-file-extension=<value> - Specify the extension of migrated source file(s).
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
@@ -126,7 +126,7 @@ All DPCT options
126
126
--rule-file=<file> - Specify the rule file for migration. Also, reference the predefined rules in the "extensions" directory in the root folder of the tool.
127
127
--stop-on-parse-err - Stop migration and generation of reports if parsing errors happened. Default: off.
128
128
--suppress-warnings=<value> - A comma separated list of migration warnings to suppress. Valid warning IDs range
129
-
from 1000 to 1136. Hyphen separated ranges are also allowed. For example:
129
+
from 1000 to 1137. Hyphen separated ranges are also allowed. For example:
130
130
--suppress-warnings=1000-1010,1011.
131
131
--suppress-warnings-all - Suppress all migration warnings. Default: off.
132
132
--sycl-file-extension=<value> - Specify the extension of migrated source file(s).
0 commit comments