Skip to content

Commit 33623d5

Browse files
committed
[UR][L0] Report USM async allocations support
1 parent 8113cb9 commit 33623d5

File tree

1 file changed

+2
-0
lines changed
  • unified-runtime/source/adapters/level_zero

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,6 +1219,8 @@ ur_result_t urDeviceGetInfo(
12191219
return ReturnValue(true);
12201220
case UR_DEVICE_INFO_MULTI_DEVICE_COMPILE_SUPPORT_EXP:
12211221
return ReturnValue(true);
1222+
case UR_DEVICE_INFO_ASYNC_USM_ALLOCATIONS_SUPPORT_EXP:
1223+
return ReturnValue(true);
12221224
case UR_DEVICE_INFO_CURRENT_CLOCK_THROTTLE_REASONS: {
12231225
ur_device_throttle_reasons_flags_t ThrottleReasons = 0;
12241226
if (!ParamValue) {

0 commit comments

Comments
 (0)