Skip to content

Commit 0702e62

Browse files
jchlandabader
andauthored
Update sycl/plugins/cuda/pi_cuda.cpp
Co-authored-by: Alexey Bader <[email protected]>
1 parent e9d9df1 commit 0702e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,6 @@ pi_result cuda_piDeviceGetInfo(pi_device device, pi_device_info param_name,
16741674
return getInfo(param_value_size, param_value, param_value_size_ret, 0u);
16751675
}
16761676
case PI_DEVICE_INFO_PARTITION_TYPE: {
1677-
// TODO: uncouple from OpenCL
16781677
return getInfo(param_value_size, param_value, param_value_size_ret,
16791678
static_cast<pi_device_partition_property>(0u));
16801679
}

0 commit comments

Comments
 (0)