We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba20cf3 commit 96a33a9Copy full SHA for 96a33a9
unified-runtime/source/adapters/level_zero/device.cpp
@@ -1454,7 +1454,8 @@ ur_result_t urDeviceGetInfo(
1454
}
1455
case UR_DEVICE_INFO_CLOCK_SUB_GROUP_SUPPORT_EXP: {
1456
// IGC supports this since v.2.16.0
1457
- return ReturnValue(Device->Platform->isDriverVersionNewerOrSimilar(1, 6, 34666));
+ return ReturnValue(
1458
+ Device->Platform->isDriverVersionNewerOrSimilar(1, 6, 34666));
1459
1460
case UR_DEVICE_INFO_CLOCK_WORK_GROUP_SUPPORT_EXP:
1461
case UR_DEVICE_INFO_CLOCK_DEVICE_SUPPORT_EXP:
0 commit comments