Skip to content

Commit

Permalink
TL/UCP: Comment sliding window gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarka committed Jun 10, 2024
1 parent 809e21d commit ab28e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gtest/coll/test_allreduce.cc
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ TYPED_TEST(test_allreduce_alg, rab_pipelined) {
}

#ifdef HAVE_UCX
#if 0 // Sliding window implementation not merged yet
TYPED_TEST(test_allreduce_alg, sliding_window)
{
int n_procs = 8;
Expand Down Expand Up @@ -487,6 +488,7 @@ TYPED_TEST(test_allreduce_alg, sliding_window)
}
}
#endif
#endif

template <typename T>
class test_allreduce_avg_order : public test_allreduce<T> {
Expand Down

0 comments on commit ab28e9f

Please sign in to comment.