Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit 62a9652

Browse files
authored
Add target tiers (#241)
This PR adds a small table to show the different supported tiers and what those tiers enable
1 parent 7b33b73 commit 62a9652

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ docker run --rm \
5858

5959
See [dockerfiles/README.md](./dockerfiles/README.md) for more options, including a user-level container for CI/CD environments.
6060

61+
## 🎯 Hardware Support
62+
63+
| Hardware | Kernels Support | Kernel-Builder Support | Kernels Validated in CI | Tier |
64+
| ---------- | --------------- | ---------------------- | ----------------------- | ---- |
65+
| CUDA | βœ“ | βœ“ | βœ“ | 1 |
66+
| ROCm | βœ“ | βœ“ | βœ— | 2 |
67+
| XPU | βœ“ | βœ“ | βœ— | 2 |
68+
| Metal | βœ“ | βœ“ | βœ— | 2 |
69+
| Huawei NPU | βœ“ | βœ— | βœ— | 3 |
70+
6171
# πŸ“š Documentation
6272

6373
- [Writing Hub kernels](./docs/writing-kernels.md)

0 commit comments

Comments
Β (0)