From 7c3cd1def5005470633b9d4e81786c7a86dca9ee Mon Sep 17 00:00:00 2001 From: Deepak Raj H R Date: Wed, 5 Jun 2024 01:35:44 +0530 Subject: [PATCH] Remove cuda 8 unsupported API test --- clang/test/dpct/driver-stream-and-event.cu | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clang/test/dpct/driver-stream-and-event.cu b/clang/test/dpct/driver-stream-and-event.cu index 99030560d1ac..0f7370a61e6a 100644 --- a/clang/test/dpct/driver-stream-and-event.cu +++ b/clang/test/dpct/driver-stream-and-event.cu @@ -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);