We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af99ec commit 0042f08Copy full SHA for 0042f08
cpp/tensorrt_llm/runtime/mcastDeviceMemory.h
@@ -96,12 +96,12 @@ class McastDeviceMemory
96
size_t mSignalPadOffset;
97
size_t mAllocationSize;
98
99
- tensorrt_llm::mpi::MpiComm mGroupComm; //!< The MPI communicator for the group
100
-
101
CUdeviceptr mMcPtr;
102
CUmemGenericAllocationHandle mMcHandle;
103
std::vector<CUmemGenericAllocationHandle> mUcHandles;
104
+ tensorrt_llm::mpi::MpiComm mGroupComm; //!< The MPI communicator for the group
+
105
// Host array of pointers
106
std::vector<CUdeviceptr> mUcPtrs;
107
std::vector<CUdeviceptr> mSignalPads;
0 commit comments