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

8 lines
140 B
Plaintext
Raw Normal View History

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