mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-20 10:27:41 +08:00

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