Skip to content

Commit 51a90f2

Browse files
committed
Minor fixes
1 parent 6cf0b9c commit 51a90f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/cpp/p2p_communication.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <cuda_profiler_api.h>
1010
#include <fusion.h>
1111
#include <host_ir/container.h>
12-
#include <host_ir/executor.h>
1312
#include <ir/all_nodes.h>
1413
#include <ops/all_ops.h>
1514
#include <tests/cpp/multidevice.h>
@@ -163,4 +162,5 @@ void benchmarkP2PCommunication() {
163162
int main(int argc, char* argv[]) {
164163
nvfuser::benchmarkP2PCommunication();
165164
return 0;
166-
}
165+
}
166+

0 commit comments

Comments
 (0)