Instructions to use kernels-community/gemm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/gemm with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/gemm") - Notebooks
- Google Colab
- Kaggle
| constexpr const inline int WAVE_SIZE = 32; | |
| constexpr const inline int XCD_SWIZZLE = 1; | |
| constexpr const inline int WAVE_SIZE = 64; | |
| constexpr const inline int XCD_SWIZZLE = 8; | |