mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Add Quantized Ops to the JIT (#1204)
* JIT for quantized ops * remove unused imports * address comments * fix imports * second attempt to fix imports --------- Co-authored-by: Alex Barron <abarron22@apple.com>
This commit is contained in:
@@ -12,9 +12,7 @@ set(
|
||||
KERNELS
|
||||
"arg_reduce"
|
||||
"conv"
|
||||
"fft"
|
||||
"gemv"
|
||||
"quantized"
|
||||
"random"
|
||||
"rms_norm"
|
||||
"layer_norm"
|
||||
@@ -32,6 +30,8 @@ set(
|
||||
"unary"
|
||||
"ternary"
|
||||
"copy"
|
||||
"fft"
|
||||
"quantized"
|
||||
"softmax"
|
||||
"sort"
|
||||
"scan"
|
||||
@@ -51,6 +51,7 @@ set(
|
||||
fft.h
|
||||
fft/radix.h
|
||||
fft/readwrite.h
|
||||
quantized.h
|
||||
softmax.h
|
||||
sort.h
|
||||
scan.h
|
||||
|
||||
Reference in New Issue
Block a user