Files
mlx/mlx/distributed/nccl/nccl.h
Anastasiia Filippova 9392fc3f88 NCCL backend (#2476)
2025-08-21 11:56:15 -07:00

13 lines
299 B
C++

// Copyright © 2024 Apple Inc.
#include "mlx/distributed/distributed.h"
namespace mlx::core::distributed::nccl {
using GroupImpl = mlx::core::distributed::detail::GroupImpl;
bool is_available();
std::shared_ptr<GroupImpl> init(bool strict = false);
} // namespace mlx::core::distributed::nccl