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

8 lines
141 B
Plaintext
Raw Normal View History

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