Skip to content

Commit

Permalink
undo temporary change for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Aug 30, 2024
1 parent be504cc commit 3b151e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/include/cugraph/partition_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class partition_manager {
// partitioning along the major axis (major sub-communicator is responsible for this) and along
// the minor axis (minor sub-communicator is responsible for this). This variable controls whether
// to map the major sub-communicator to the GPU row communicator or the GPU column communicator.
static constexpr bool map_major_comm_to_gpu_row_comm =
false; // FIXME: this is for benchmarking, reset to true before merging
static constexpr bool map_major_comm_to_gpu_row_comm = true;

#ifdef __CUDACC__
__host__ __device__
Expand Down

0 comments on commit 3b151e0

Please sign in to comment.