Skip to content

Commit 5749dea

Browse files
committed
Fix CI problems.
1 parent d306feb commit 5749dea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/adapters/hip/device.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,8 +881,6 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
881881
return ReturnValue(false);
882882
case UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP:
883883
return ReturnValue(true);
884-
case UR_DEVICE_INFO_KERNEL_SET_SPECIALIZATION_CONSTANTS:
885-
return ReturnValue(false);
886884

887885
case UR_DEVICE_INFO_GLOBAL_VARIABLE_SUPPORT:
888886
return ReturnValue(false);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
urKernelGetInfoTest.Success/Intel_R__OpenCL_{{.*}}_UR_KERNEL_INFO_NUM_REGS

0 commit comments

Comments
 (0)