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/cudaGraphics_default_option.cu
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,10 @@ int main() {
18
18
cudaArray_t* array;
19
19
size_t size;
20
20
21
-
// CHECK: /*
22
-
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsRegisterFlags is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
23
-
// CHECK-NEXT: */
24
-
// CHECK: /*
25
-
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsRegisterFlagsNone is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsMapFlags is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
31
-
// CHECK-NEXT: */
32
-
// CHECK: /*
33
-
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsMapFlagsNone is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
// CHECK-NEXT: DPCT1026:{{[0-9]+}}: The call to cudaGraphicsResourceSetMapFlags was removed because this functionality is deprecated in DX12 and hence is not supported in SYCL.
Copy file name to clipboardExpand all lines: clang/test/dpct/cudaGraphics_default_option_win.cu
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,6 @@ int main() {
15
15
// CHECK-NEXT: */
16
16
cudaGraphicsResource_t resource, *resources;
17
17
18
-
// CHECK: /*
19
-
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsRegisterFlags is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
20
-
// CHECK-NEXT: */
21
-
// CHECK: /*
22
-
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphicsRegisterFlagsNone is not supported, please try to remigrate with option: --use-experimental-features=bindless_images.
//CHECK-NEXT: DPCT1009:{{[0-9]+}}: SYCL reports errors using exceptions and does not use error codes. Please replace the "get_error_string_dummy(...)" with a real error-handling function.
60
60
//CHECK-NEXT: */
61
+
//CHECK-NEXT: /*
62
+
//CHECK-NEXT: DPCT1007:{{[0-9]+}}: Migration of CUDNN_STATUS_NOT_INITIALIZED is not supported.
0 commit comments