Skip to content

Commit 0042f08

Browse files
committed
Fix build error.
Signed-off-by: Shiyu Li <[email protected]>
1 parent 9af99ec commit 0042f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/tensorrt_llm/runtime/mcastDeviceMemory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ class McastDeviceMemory
9696
size_t mSignalPadOffset;
9797
size_t mAllocationSize;
9898

99-
tensorrt_llm::mpi::MpiComm mGroupComm; //!< The MPI communicator for the group
100-
10199
CUdeviceptr mMcPtr;
102100
CUmemGenericAllocationHandle mMcHandle;
103101
std::vector<CUmemGenericAllocationHandle> mUcHandles;
104102

103+
tensorrt_llm::mpi::MpiComm mGroupComm; //!< The MPI communicator for the group
104+
105105
// Host array of pointers
106106
std::vector<CUdeviceptr> mUcPtrs;
107107
std::vector<CUdeviceptr> mSignalPads;

0 commit comments

Comments
 (0)