mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
|
|
// Copyright © 2025 Apple Inc.
|
||
|
|
|
||
|
|
#include "mlx/backend/cuda/unary/unary.cuh"
|
||
|
|
|
||
|
|
namespace mlx::core {
|
||
|
|
UNARY_GPU(Conjugate)
|
||
|
|
} // namespace mlx::core
|