mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-07 12:48:15 +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:
@@ -33,9 +33,9 @@ NO_CPU(AsType)
|
||||
NO_CPU(AsStrided)
|
||||
NO_CPU(BitwiseBinary)
|
||||
NO_CPU(BlockMaskedMM)
|
||||
NO_CPU(BlockSparseMM)
|
||||
NO_CPU(Broadcast)
|
||||
NO_CPU(Ceil)
|
||||
NO_CPU(Cholesky)
|
||||
NO_CPU(Concatenate)
|
||||
NO_CPU(Conjugate)
|
||||
NO_CPU(Convolution)
|
||||
@@ -57,6 +57,8 @@ NO_CPU(FFT)
|
||||
NO_CPU(Floor)
|
||||
NO_CPU(Full)
|
||||
NO_CPU(Gather)
|
||||
NO_CPU(GatherMM)
|
||||
NO_CPU(GatherQMM)
|
||||
NO_CPU(Greater)
|
||||
NO_CPU(GreaterEqual)
|
||||
NO_CPU(Less)
|
||||
|
||||
Reference in New Issue
Block a user