Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
from tokenspeed_kernel_amd.ops.attention.gluon.mha_prefill_gfx950 import ( # noqa: F401
gluon_mha_prefill_gfx950,
)
from tokenspeed_kernel_amd.ops.attention.gluon.mla_decode_bf16_gfx950 import ( # noqa: F401
gluon_mla_decode_bf16_gfx950,
)
from tokenspeed_kernel_amd.ops.attention.gluon.mla_prefill_bf16_gfx950 import ( # noqa: F401
gluon_mla_prefill_bf16_gfx950,
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can restructure decode like prefill (tokenspeed-kernel-amd/python/tokenspeed_kernel_amd/ops/attention/gluon/mla_prefill_bf16_gfx950.py) to split config, program and pipeline structure. so it is easier to read.

Large diffs are not rendered by default.

Loading
Loading