[Documentation]: Fill out supported operators in README
@Luciacao is already working on this.
Since Mar 29, 2025.
- Dominant language
- Python
- Stars
- 565
- Forks
- 585
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 366
Description
Description of errors
Currently, the README includes the following table:
There are number of op test, you can run them with: python3 op_tests/test_layernorm2d.py
| Ops | Description |
|---|---|
| GEMM | D=AxB+C |
| FusedMoE | bf16 balabala |
| WIP | coming soon... |
This should be filled out as operators are added to most accurately reflect was is supported in the software. At the very least, refine what is already present and note that there is more to come.
Maybe do something like the following?
Run operators supported by aiter
Note: aiter is under active development. Supported operators are documented as they are implemented.
| Ops | Description |
|---|---|
| GEMM | $\alpha A B + \beta C$ |
| FusedMoE | bf16 see [1] |
[1] FuseMoE: Mixture-of-Experts Transformers for Fleximodal Fusion
Attach any links, screenshots, or additional evidence you think will be helpful.
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.