Skip to content

Commit a573c9a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e4cfa62 commit a573c9a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

transformer_engine/common/comm_handle.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
#include "transformer_engine/comm_handle.h"
88

9-
#include "transformer_engine/nccl_comm.h"
10-
119
#include "common.h"
10+
#include "transformer_engine/nccl_comm.h"
1211
#include "util/logging.h"
1312

1413
using transformer_engine::convertNVTETensor;

transformer_engine/common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ struct Tensor {
189189
* the resource — the caller keeps it valid for the tensor's lifetime.
190190
* Code paths that don't issue cross-rank ops ignore these fields. */
191191
NVTEPeerHandleKind peer_handle_kind = NVTE_PEER_HANDLE_NONE;
192-
void* peer_handle_data = nullptr;
192+
void *peer_handle_data = nullptr;
193193
uint64_t peer_handle_offset = 0;
194194

195195
/*! Map from NVTETensorParam to parameter sizes */

0 commit comments

Comments
 (0)