Skip to content

Commit 2bb36df

Browse files
kswiecickikbenzie
authored andcommitted
Enable async api device support (#17933)
1 parent 0cf9d6e commit 2bb36df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/adapters/level_zero/device.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,8 @@ ur_result_t urDeviceGetInfo(
12271227
return ReturnValue(true);
12281228
case UR_DEVICE_INFO_MULTI_DEVICE_COMPILE_SUPPORT_EXP:
12291229
return ReturnValue(true);
1230+
case UR_DEVICE_INFO_ASYNC_USM_ALLOCATIONS_SUPPORT_EXP:
1231+
return ReturnValue(true);
12301232
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS: {
12311233
ur_device_throttle_reasons_flags_t ThrottleReasons = 0;
12321234
if (!ParamValue) {

0 commit comments

Comments
 (0)