NPKit: doubling size of event buffers following MAXCHANNELS change (#1135)

[ROCm/rccl commit: 0ce68f21d4]
This commit is contained in:
Wenkai Du
2024-04-09 08:02:58 -07:00
committed by GitHub
parent 0941d6bc6e
commit 99c7fc29ba
+2 -2
View File
@@ -20,9 +20,9 @@
class NpKit {
public:
static const uint64_t kNumGpuEventBuffers = 512;
static const uint64_t kNumGpuEventBuffers = 1024;
static const uint64_t kNumCpuEventBuffers = 32;
static const uint64_t kNumCpuEventBuffers = 64;
static ncclResult_t Init(int rank);