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 8113cb9 commit 33623d5Copy full SHA for 33623d5
unified-runtime/source/adapters/level_zero/device.cpp
@@ -1219,6 +1219,8 @@ ur_result_t urDeviceGetInfo(
1219
return ReturnValue(true);
1220
case UR_DEVICE_INFO_MULTI_DEVICE_COMPILE_SUPPORT_EXP:
1221
1222
+ case UR_DEVICE_INFO_ASYNC_USM_ALLOCATIONS_SUPPORT_EXP:
1223
+ return ReturnValue(true);
1224
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS: {
1225
ur_device_throttle_reasons_flags_t ThrottleReasons = 0;
1226
if (!ParamValue) {
0 commit comments