Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Nov 11, 2023
1 parent 74adad4 commit b5323da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions python/test/_cpp/proxy_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#include <cuda.h>
#include <nanobind/nanobind.h>
#include <nanobind/stl/shared_ptr.h>
#include <nanobind/stl/vector.h>
Expand Down
3 changes: 2 additions & 1 deletion test/mscclpp-test/allgather_test.cu
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#include <cuda_runtime.h>

#include <algorithm>
#include <mscclpp/concurrency.hpp>
#include <mscclpp/gpu.hpp>
#include <string>

#include "common.hpp"
Expand Down
2 changes: 1 addition & 1 deletion test/mscclpp-test/common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "common.hpp"

#include <cuda.h>
#include <getopt.h>
#include <libgen.h>
#include <mpi.h>
Expand All @@ -15,7 +16,6 @@
#include <fstream>
#include <iomanip>
#include <iostream>
#include <mscclpp/gpu.hpp>
#include <mscclpp/utils.hpp>
#include <nlohmann/json.hpp>
#include <sstream>
Expand Down
2 changes: 1 addition & 1 deletion test/mscclpp-test/sendrecv_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <cstring>
#include <iostream>
#include <mscclpp/concurrency.hpp>
#include <mscclpp/gpu_utils.hpp>
#include <mscclpp/cuda_utils.hpp>
#include <mscclpp/semaphore.hpp>
#include <mscclpp/sm_channel.hpp>
#include <string>
Expand Down

0 comments on commit b5323da

Please sign in to comment.