mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-20 18:39:45 +08:00

* faster general unary op * faster general ops + reorg * fix + comment * binary two * copy general
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
// Copyright © 2025 Apple Inc.
|
|
|
|
#include "mlx/backend/cuda/unary/unary.cuh"
|
|
|
|
namespace mlx::core {
|
|
UNARY_GPU(Exp)
|
|
} // namespace mlx::core
|