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 0cf9d6e commit 2bb36dfCopy full SHA for 2bb36df
source/adapters/level_zero/device.cpp
@@ -1227,6 +1227,8 @@ ur_result_t urDeviceGetInfo(
1227
return ReturnValue(true);
1228
case UR_DEVICE_INFO_MULTI_DEVICE_COMPILE_SUPPORT_EXP:
1229
1230
+ case UR_DEVICE_INFO_ASYNC_USM_ALLOCATIONS_SUPPORT_EXP:
1231
+ return ReturnValue(true);
1232
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS: {
1233
ur_device_throttle_reasons_flags_t ThrottleReasons = 0;
1234
if (!ParamValue) {
0 commit comments