Skip to content

Commit 8596557

Browse files
againullKornevNikita
authored andcommitted
[SYCL] Add new descriptors based on sycl_ext_intel_device_info extension (#17492)
Add device descriptors based on the extension update: #17386
1 parent 793b874 commit 8596557

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

unified-runtime/source/adapters/cuda/device.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,10 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
10861086
case UR_DEVICE_INFO_GPU_EU_COUNT_PER_SUBSLICE:
10871087
case UR_DEVICE_INFO_GPU_HW_THREADS_PER_EU:
10881088
case UR_DEVICE_INFO_IP_VERSION:
1089+
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS:
1090+
case UR_DEVICE_INFO_FAN_SPEED:
1091+
case UR_DEVICE_INFO_MIN_POWER_LIMIT:
1092+
case UR_DEVICE_INFO_MAX_POWER_LIMIT:
10891093
return UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION;
10901094
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS: {
10911095
unsigned long long ClocksEventReasons;

0 commit comments

Comments
 (0)