Skip to content

Commit 6092e61

Browse files
committed
format
1 parent 3ccd520 commit 6092e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,8 +1765,8 @@ pi_result cuda_piDeviceGetInfo(pi_device device, pi_device_info param_name,
17651765
default:
17661766
__SYCL_PI_HANDLE_UNKNOWN_PARAM_NAME(param_name);
17671767
}
1768-
cl::sycl::detail::pi::die("Device info request not implemented");
1769-
return {};
1768+
cl::sycl::detail::pi::die("Device info request not implemented");
1769+
return {};
17701770
}
17711771

17721772
/// Gets the native CUDA handle of a PI device object

0 commit comments

Comments
 (0)