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

8 lines
146 B
Plaintext
Raw Normal View History

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