Skip to content

Commit

Permalink
updated urDeviceGetInfo conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyniols committed Jan 8, 2025
1 parent b71f4b9 commit 55cc8c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/device/urDeviceGetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ static std::unordered_map<ur_device_info_t, size_t> 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<ur_device_info_t> {
Expand Down

0 comments on commit 55cc8c1

Please sign in to comment.