Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Apr 5, 2024
1 parent d38c9ed commit 867101e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/executor/execution_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "execution_kernel.hpp"

#if defined(MSCCLPP_DEVICE_CUDA)
namespace mscclpp {
void ExecutionKernel::launchKernel(int rank, int nthreadblocks, int nthreads, void* src, void* dst, void* scratch,
DataType dataType, DeviceExecutionPlan* plan, size_t sharedMemSize,
Expand All @@ -27,3 +28,4 @@ void ExecutionKernel::launchKernel(int rank, int nthreadblocks, int nthreads, vo
}
}
} // namespace mscclpp
#endif

0 comments on commit 867101e

Please sign in to comment.