Skip to content

Commit c899027

Browse files
Fix format
Signed-off-by: Cedric Chevalier <[email protected]>
1 parent 8047a39 commit c899027

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/KokkosComm/nccl/broadcast.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ namespace nccl {
1818
namespace KC = KokkosComm;
1919

2020
template <KokkosView View>
21-
auto broadcast(const Kokkos::Cuda& space, View& v, int root, ncclComm_t comm)
22-
-> Req<NcclSpace> {
21+
auto broadcast(const Kokkos::Cuda& space, View& v, int root, ncclComm_t comm) -> Req<NcclSpace> {
2322
using T = typename View::non_const_value_type;
2423
static_assert(KC::rank<View>() <= 1,
2524
"KokkosComm::Experimental::nccl::broadcast: Views with rank higher than 1 are not supported");

0 commit comments

Comments
 (0)