finegrained-fp8 / README.md
kernels-bot's picture
Uploaded using `kernel-builder`.
1f87f18 verified
|
Raw
History Blame Contribute Delete
726 Bytes
metadata
library_name: kernels
license: apache-2.0

This is the repository card of kernels-community/finegrained-fp8 that has been pushed on the Hub. It was built to be used with the kernels library. This card was automatically generated.

How to use

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

kernel_module = get_kernel("kernels-community/finegrained-fp8", version=4)
fp8_act_quant = kernel_module.fp8_act_quant

fp8_act_quant(...)

Available functions

  • fp8_act_quant
  • matmul_2d
  • matmul_batched
  • matmul_grouped
  • moe_fused_batched
  • moe_fused_grouped

Benchmarks

No benchmark available yet.