From 55cc8c121cd6f70586b4500fcf845327e0ba53f6 Mon Sep 17 00:00:00 2001 From: "Skrobot, Daniel" Date: Wed, 8 Jan 2025 12:21:28 +0100 Subject: [PATCH] updated urDeviceGetInfo conformance test --- test/conformance/device/urDeviceGetInfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {