Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation]: Fill out supported operators in README #246

Open
garrettbyrd opened this issue Mar 26, 2025 · 0 comments
Open

[Documentation]: Fill out supported operators in README #246

garrettbyrd opened this issue Mar 26, 2025 · 0 comments
Assignees

Comments

@garrettbyrd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants