Metadata-Version: 2.4
Name: snowllm-kernels
Version: 0.1.0
Summary: Compiled HIP kernels for SnowLLM on AMD gfx1151 (Strix Halo)
Author-email: ColorsWind <14761584+ColorsWind@users.noreply.github.com>
Keywords: hip,rocm,gfx1151,amd,llm,inference,kernels
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: GPU
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# SnowLLM-Kernels

The companion HIP kernel package for [SnowLLM](https://github.com/<owner>/SnowLLM).



## Install

```sh
pip install snowllm_kernels-<version>-py3-none-manylinux_2_28_x86_64.whl
```



## Requirements

| | |
|---|---|
| GPU | AMD **gfx1151** |
| ROCm | a runtime providing `libamdhip64.so.7` — ROCm 7.x |
| OS | Linux x86_64, glibc ≥ 2.28 |
| Python | ≥ 3.10 |



## Licence

Copyright 2026 ColorsWind. All rights reserved.

Parts of the MoE sort are ported from [ROCm/aiter](https://github.com/ROCm/aiter) under the MIT
License, whose copyright notice is retained in the `LICENSE` file shipped inside this wheel
(`snowllm_kernels-<version>.dist-info/licenses/LICENSE`).
