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 327d369 commit cdc47f9Copy full SHA for cdc47f9
tests/invert_test_gtest.hpp
@@ -137,7 +137,7 @@ std::string gettestname(::testing::TestParamInfo<test_t> param)
137
name += get_prec_str(::testing::get<3>(param.param));
138
if (::testing::get<4>(param.param) > 1)
139
name += std::string("_shift") + std::to_string(::testing::get<4>(param.param));
140
- if (::testing::get<5>(param.param) > 1)// && support_solution_accumulator_pipeline(::testing::get<0>(param.param)))
+ if (::testing::get<5>(param.param) > 1)
141
name += std::string("_solution_accumulator_pipeline") + std::to_string(::testing::get<5>(param.param));
142
auto &schwarz_param = ::testing::get<6>(param.param);
143
if (::testing::get<0>(schwarz_param) != QUDA_INVALID_SCHWARZ) {
0 commit comments