Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
the-slow-one committed Nov 29, 2024
1 parent 596fbec commit a8ea1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/dpct/module_main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(){

unsigned char *DataPtr;
//CHECK: /*
//CHECK-NEXT: DPCT1104:{{[0-9]+}}: 'DataPtr)' should point to a dynamic library loaded in memory. The dynamic library should supply wrapped kernel functions.
//CHECK-NEXT: DPCT1104:{{[0-9]+}}: 'DataPtr' should point to a dynamic library loaded in memory. The dynamic library should supply wrapped kernel functions.
//CHECK-NEXT: */
//CHECK-NEXT: M = dpct::load_kernel_library_mem((const char *)DataPtr);
cuModuleLoadData(&M, DataPtr);
Expand Down

0 comments on commit a8ea1d3

Please sign in to comment.