Skip to content

Commit

Permalink
Remove cuda 8 unsupported API test
Browse files Browse the repository at this point in the history
  • Loading branch information
the-slow-one authored Jun 4, 2024
1 parent 0fe3025 commit 7c3cd1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clang/test/dpct/driver-stream-and-event.cu
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ void foo(){
//CHECK: rr = dpct::get_kernel_function_info(f).max_work_group_size;
cuFuncGetAttribute(&rr, CU_FUNC_ATTRIBUTE_MAX_THREADS_PER_BLOCK, f);

// CHECK: /*
// CHECK-NEXT: DPCT1026:{{[0-9]+}}: The call to cuFuncSetAttribute was removed because SYCL currently does not support setting kernel function attributes
// CHECK-NEXT: */
cuFuncSetAttribute(f, CU_FUNC_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT, 1024);

cuEventDestroy(start);

cuEventDestroy(end);
Expand Down

0 comments on commit 7c3cd1d

Please sign in to comment.