Skip to content

Commit 39017a3

Browse files
author
Martin
committed
[SYCL][CUDA] Add missing PI_DEVICE_INFO_IMAGE_SRGB case
1 parent e11b358 commit 39017a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,6 +2060,7 @@ pi_result cuda_piDeviceGetInfo(pi_device device, pi_device_info param_name,
20602060
case PI_DEVICE_INFO_GPU_SUBSLICES_PER_SLICE:
20612061
case PI_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE:
20622062
case PI_DEVICE_INFO_GPU_HW_THREADS_PER_EU:
2063+
case PI_DEVICE_INFO_IMAGE_SRGB:
20632064
return PI_ERROR_INVALID_VALUE;
20642065

20652066
default:

0 commit comments

Comments
 (0)