We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cfa62 commit a573c9aCopy full SHA for a573c9a
2 files changed
transformer_engine/common/comm_handle.cpp
@@ -6,9 +6,8 @@
6
7
#include "transformer_engine/comm_handle.h"
8
9
-#include "transformer_engine/nccl_comm.h"
10
-
11
#include "common.h"
+#include "transformer_engine/nccl_comm.h"
12
#include "util/logging.h"
13
14
using transformer_engine::convertNVTETensor;
transformer_engine/common/common.h
@@ -189,7 +189,7 @@ struct Tensor {
189
* the resource — the caller keeps it valid for the tensor's lifetime.
190
* Code paths that don't issue cross-rank ops ignore these fields. */
191
NVTEPeerHandleKind peer_handle_kind = NVTE_PEER_HANDLE_NONE;
192
- void* peer_handle_data = nullptr;
+ void *peer_handle_data = nullptr;
193
uint64_t peer_handle_offset = 0;
194
195
/*! Map from NVTETensorParam to parameter sizes */
0 commit comments