Skip to content

Commit

Permalink
undo a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Sep 15, 2024
1 parent a067f08 commit 6c9118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cugraph/partition_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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 6c9118e

Please sign in to comment.