Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyniols committed Jan 17, 2025
1 parent 9f6babd commit ac2780e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/conformance/device/urDeviceGetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,9 @@ UUR_DEVICE_TEST_SUITE_P(
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_DOUBLE, //
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_HALF, //
UR_DEVICE_INFO_PREFERRED_VECTOR_WIDTH_INT, //
UR_DEVICE_INFO_NUM_COMPUTE_UNITS),
[](const ::testing::TestParamInfo<ur_device_info_t> &info) {
std::stringstream ss;
ss << info.param;
return ss.str();
});
UR_DEVICE_INFO_NUM_COMPUTE_UNITS //
),
uur::deviceTestWithParamPrinter<ur_device_info_t>);

using urDeviceGetInfoSingleTest = uur::urDeviceTest;
UUR_INSTANTIATE_DEVICE_TEST_SUITE_P(urDeviceGetInfoSingleTest);
Expand Down

0 comments on commit ac2780e

Please sign in to comment.