Add automatic warp count control for low-latency dispatch

This commit is contained in:
Chenggang Zhao
2025-06-16 11:31:38 +08:00
parent 4e923188f7
commit 632c81f1d7
6 changed files with 59 additions and 45 deletions

View File

@@ -41,6 +41,7 @@ private:
// Device info and communication
int device_id;
int num_device_sms;
int rank, rdma_rank, nvl_rank;
int num_ranks, num_rdma_ranks, num_nvl_ranks;
cudaIpcMemHandle_t ipc_handles[NUM_MAX_NVL_PEERS];