mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
JIT compile option for binary minimization (#1091)
* try cpp 20 for compile * unary, binary, ternary in jit * nits * fix gather/scatter * fix rebase * reorg compile * add ternary to compile * jit copy * jit compile flag * fix build * use linked function for ternary * some nits * docs + circle min size build * docs + circle min size build * fix extension * fix no cpu build * improve includes
This commit is contained in:
@@ -870,7 +870,7 @@ class Equal : public UnaryPrimitive {
|
||||
|
||||
void print(std::ostream& os) override {
|
||||
if (equal_nan_) {
|
||||
os << "NanEqual";
|
||||
os << "NaNEqual";
|
||||
} else {
|
||||
os << "Equal";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user