Skip to content

Commit

Permalink
Merge branch 'main' into chhwang/fix-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang authored Nov 22, 2024
2 parents 33f5d7a + db8e187 commit 9d17a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mscclpp/gpu_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ template <class T>
std::unique_ptr<T> allocUniquePhysicalCuda([[maybe_unused]] size_t count, [[maybe_unused]] size_t gran = 0) {
#if (CUDA_NVLS_SUPPORTED)
if (!isNvlsSupported()) {
throw Error("Only suupport GPU with NVLS support", ErrorCode::InvalidUsage);
throw Error("Only support GPU with NVLS support", ErrorCode::InvalidUsage);
}
if (count == 0) {
return nullptr;
Expand Down

0 comments on commit 9d17a64

Please sign in to comment.