kernels-bot commited on
Commit
9441019
·
verified ·
1 Parent(s): bb2c86d

Uploaded using `kernel-builder`.

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: kernels
3
+ license: mit
4
+ ---
5
+
6
+ This is the repository card of kernels-community/mlx-quantization-metal-kernels that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
7
+
8
+ ## How to use
9
+
10
+ ```python
11
+ # make sure `kernels` is installed: `pip install -U kernels`
12
+ from kernels import get_kernel
13
+
14
+ kernel_module = get_kernel("kernels-community/mlx-quantization-metal-kernels")
15
+ mxfp4_qmm_n = kernel_module.mxfp4_qmm_n
16
+
17
+ mxfp4_qmm_n(...)
18
+ ```
19
+
20
+ ## Available functions
21
+ - `mxfp4_qmm_n`
22
+ - `mxfp4_qmv`
23
+ - `affine_qmv`
24
+ - `affine_qmm_t`
25
+ - `affine_qmm_n`
26
+ - `affine_qmm_t_nax`
27
+ - `affine_qmm_n_nax`
28
+ - `affine_gather_qmm_rhs_nax`
29
+
30
+ ## Benchmarks
31
+
32
+ No benchmark available yet.