Files
mlx/mlx/backend/cuda/unary/arccos.cu

8 lines
143 B
Plaintext
Raw Normal View History

// Copyright © 2025 Apple Inc.
#include "mlx/backend/cuda/unary/unary.cuh"
namespace mlx::core {
UNARY_GPU(ArcCos)
} // namespace mlx::core