diff --git a/test/conformance/device/urDeviceGetInfo.cpp b/test/conformance/device/urDeviceGetInfo.cpp index 1fc8e6ca7f..b2b3d643b5 100644 --- a/test/conformance/device/urDeviceGetInfo.cpp +++ b/test/conformance/device/urDeviceGetInfo.cpp @@ -123,7 +123,8 @@ static std::unordered_map device_info_size_map = { sizeof(ur_memory_scope_capability_flags_t)}, {UR_DEVICE_INFO_ESIMD_SUPPORT, sizeof(ur_bool_t)}, {UR_DEVICE_INFO_IP_VERSION, sizeof(uint32_t)}, - {UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT, sizeof(ur_bool_t)}}; + {UR_DEVICE_INFO_VIRTUAL_MEMORY_SUPPORT, sizeof(ur_bool_t)}, + {UR_DEVICE_INFO_NUM_COMPUTE_UNITS, sizeof(uint32_t)}}; struct urDeviceGetInfoTest : uur::urAllDevicesTest, ::testing::WithParamInterface {