Kernels
File size: 1,142 Bytes
dc04742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
library_name: kernels
license: other
---

This is the repository card of kernels-community/msa 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.

## How to use

```python
# make sure `kernels` is installed: `pip install -U kernels`
from kernels import get_kernel

kernel_module = get_kernel("kernels-community/msa", version=0)
sparse_atten_func = kernel_module.sparse_atten_func

sparse_atten_func(...)
```

## Available functions
- `sparse_atten_func`
- `sparse_atten_nvfp4_kv_func`
- `sparse_decode_atten_func`
- `SparseDecodePagedAttentionWrapper`
- `fp4_indexer_block_scores`
- `build_k2q_csr`
- `SparseK2qCsrBuilderSm100`
- `Nvfp4QuantizedTensor`
- `quantize_bf16_to_nvfp4_128x4`
- `quantize_kv_bf16_to_nvfp4_128x4`
- `dequantize_nvfp4_128x4_to_bf16`
- `swizzle_nvfp4_scale_to_128x4`
- `nvfp4_global_scale_from_amax`

## Benchmarks

No benchmark available yet.

## Source code

Source code of this kernel originally comes from https://github.com/MiniMax-AI/MSA and it was repurposed for compatibility with `kernels`.