Skip to content

Commit e5b48ce

Browse files
committed
fix
1 parent cc27555 commit e5b48ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/conformance/device/urDeviceGetInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ INSTANTIATE_TEST_SUITE_P(
254254
UR_DEVICE_INFO_2D_BLOCK_ARRAY_CAPABILITIES_EXP, //
255255
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_DOUBLE, //
256256
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_HALF, //
257-
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_INT //
258-
),
257+
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_INT, //
258+
UR_DEVICE_INFO_NUM_COMPUTE_UNITS),
259259
[](const ::testing::TestParamInfo<ur_device_info_t> &info) {
260260
std::stringstream ss;
261261
ss << info.param;

0 commit comments

Comments
 (0)