Skip to content

Commit

Permalink
Remove unused using pika::unwrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Aug 18, 2023
1 parent 834b421 commit b07c248
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions include/dlaf/auxiliary/norm/mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ dlaf::BaseType<T> Norm<Backend::MC, Device::CPU, T>::max_L(comm::CommunicatorGri

using dlaf::common::make_data;
using dlaf::common::internal::vector;
using pika::unwrapping;

using dlaf::tile::internal::lange;
using dlaf::tile::internal::lantr;
Expand Down Expand Up @@ -102,7 +101,6 @@ dlaf::BaseType<T> Norm<Backend::MC, Device::CPU, T>::max_G(comm::CommunicatorGri

using dlaf::common::make_data;
using dlaf::common::internal::vector;
using pika::unwrapping;

using dlaf::tile::internal::lange;
using dlaf::tile::internal::lantr;
Expand Down
2 changes: 0 additions & 2 deletions test/unit/communication/test_broadcast_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ std::vector<config_t> test_params{
template <class TypeParam, Coord panel_axis, StoreTransposed Storage>
void testBroadcast(const config_t& cfg, comm::CommunicatorGrid comm_grid) {
using TypeUtil = TypeUtilities<TypeParam>;
using pika::unwrapping;

const matrix::Distribution dist(cfg.sz, cfg.blocksz, comm_grid.size(), comm_grid.rank(), {0, 0});

Expand Down Expand Up @@ -119,7 +118,6 @@ std::vector<config_t> test_params_bcast_transpose{
template <class TypeParam, Coord AxisSrc, StoreTransposed storageT>
void testBroadcastTranspose(const config_t& cfg, comm::CommunicatorGrid comm_grid) {
using TypeUtil = TypeUtilities<TypeParam>;
using pika::unwrapping;

const Distribution dist(cfg.sz, cfg.blocksz, comm_grid.size(), comm_grid.rank(), {0, 0});
const auto rank = dist.rankIndex().get(AxisSrc);
Expand Down
1 change: 0 additions & 1 deletion test/unit/matrix/test_retiled_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ using namespace testing;

namespace ex = pika::execution::experimental;
namespace tt = pika::this_thread::experimental;
using pika::unwrapping;

::testing::Environment* const comm_grids_env =
::testing::AddGlobalTestEnvironment(new CommunicatorGrid6RanksEnvironment);
Expand Down

0 comments on commit b07c248

Please sign in to comment.