Skip to content

Commit 42cafbf

Browse files
Merge branch 'develop' into refactor/reduction-ops
2 parents 98c1189 + 901ccc7 commit 42cafbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KokkosComm/nccl/broadcast.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Impl {
4141

4242
template <KokkosView View>
4343
struct Broadcast<View, Kokkos::Cuda, NcclSpace> {
44-
static auto execute(Handle<Kokkos::Cuda, Nccl>& h, View v, int root) -> Req<NcclSpace> {
44+
static auto execute(Handle<Kokkos::Cuda, NcclSpace>& h, View v, int root) -> Req<NcclSpace> {
4545
return nccl::broadcast(h.space(), v, root, h.comm());
4646
}
4747
};

0 commit comments

Comments
 (0)