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:
Alex Barron
2024-06-12 09:47:12 -07:00
committed by GitHub
parent df964132fb
commit dd7d8e5e29
13 changed files with 1778 additions and 1948 deletions

View File

@@ -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