We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d357a1d commit a8d7b49Copy full SHA for a8d7b49
test/conformance/device/urDeviceGetInfo.cpp
@@ -252,12 +252,9 @@ UUR_DEVICE_TEST_SUITE_P(
252
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_DOUBLE, //
253
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_HALF, //
254
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
- });
+ UR_DEVICE_INFO_NUM_COMPUTE_UNITS //
+ ),
+ uur::deviceTestWithParamPrinter<ur_device_info_t>);
261
262
using urDeviceGetInfoSingleTest = uur::urDeviceTest;
263
UUR_INSTANTIATE_DEVICE_TEST_SUITE_P(urDeviceGetInfoSingleTest);
0 commit comments