Skip to content

Commit 9f99780

Browse files
Fix LIT test
Signed-off-by: Ahmed, Daiyaan <daiyaan.ahmed@intel.com>
1 parent 13f08ea commit 9f99780

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clang/test/dpct/cudaGraph_test.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ __global__ void myKernel(int *data) {
1717
}
1818
}
1919

20-
// CHECK: void myKernel_wrapper(int* data) {
20+
// CHECK: void myKernel_wrapper(int *data) {
2121
// CHECK: sycl::queue queue = *dpct::kernel_launcher::_que;
2222
// CHECK: unsigned int localMemSize = dpct::kernel_launcher::_local_mem_size;
2323
// CHECK: sycl::nd_range<3> nr = dpct::kernel_launcher::_nr;

clang/test/dpct/cudaGraph_test_default_option.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ int main() {
103103
cudaGraphLaunch(execGraph, stream);
104104

105105
// CHECK: /*
106-
// CHECK-NEXT: DPCT1007:{{[0-9]+}}: Migration of cudaGraphExecUpdateResult is not supported.
106+
// CHECK-NEXT: DPCT1119:{{[0-9]+}}: Migration of cudaGraphExecUpdate is not supported, please try to remigrate with option: --use-experimental-features=graph.
107107
// CHECK-NEXT: */
108108
cudaGraphExecUpdateResult status;
109109

0 commit comments

Comments
 (0)