Skip to content

Commit f29de93

Browse files
committed
Implement kernel set spec constant query for native cpu.
1 parent a1fc6f3 commit f29de93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/adapters/native_cpu/device.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urDeviceGetInfo(ur_device_handle_t hDevice,
275275
return ReturnValue(bool{0});
276276
case UR_DEVICE_INFO_SUB_GROUP_SIZES_INTEL:
277277
return ReturnValue(uint32_t{1});
278+
case UR_DEVICE_INFO_KERNEL_SET_SPECIALIZATION_CONSTANTS:
279+
return ReturnValue(bool{0});
278280
case UR_DEVICE_INFO_GPU_EU_COUNT:
279281
case UR_DEVICE_INFO_PCI_ADDRESS:
280282
case UR_DEVICE_INFO_GPU_EU_SLICES:

0 commit comments

Comments
 (0)