Enable GPU direct RDMA read from GPU

Šī revīzija ir iekļauta:
Wenkai Du
2021-02-03 02:48:30 +00:00
vecāks 01a998b17c
revīzija 5f97122442
4 mainīti faili ar 27 papildinājumiem un 4 dzēšanām
+1
Parādīt failu
@@ -115,6 +115,7 @@ struct ncclConnInfo {
// allows software to explicitly initiate a flush read to HDP memory. See more
// descriptions in primitives.h.
uint32_t* next_hdp_reg; // Next GPU in ring (for p2p transport use only)
uint32_t* curr_hdp_reg; // Current GPU's HDP register
};
struct ncclConnector {