Skip to content

Commit a8d7b49

Browse files
committed
fixed formatting
1 parent d357a1d commit a8d7b49

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

test/conformance/device/urDeviceGetInfo.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,9 @@ UUR_DEVICE_TEST_SUITE_P(
252252
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_DOUBLE, //
253253
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_HALF, //
254254
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_INT, //
255-
UR_DEVICE_INFO_NUM_COMPUTE_UNITS),
256-
[](const ::testing::TestParamInfo<ur_device_info_t> &info) {
257-
std::stringstream ss;
258-
ss << info.param;
259-
return ss.str();
260-
});
255+
UR_DEVICE_INFO_NUM_COMPUTE_UNITS //
256+
),
257+
uur::deviceTestWithParamPrinter<ur_device_info_t>);
261258

262259
using urDeviceGetInfoSingleTest = uur::urDeviceTest;
263260
UUR_INSTANTIATE_DEVICE_TEST_SUITE_P(urDeviceGetInfoSingleTest);

0 commit comments

Comments
 (0)