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
5 changes: 5 additions & 0 deletions .github/workflows/mslk_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ on:
- 'mslk/attention/flydsl/**'
- 'test/attention/flydsl/**'
- 'test/flydsl/**'
# FlyDSL paged-attention decode backend (fmha op layer) and tests
- 'mslk/attention/fmha/flydsl/**'

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.

Btw I have fixed the flakiness in the grouped gemm tests, so if you rebase those issues should go away, and we should be able to get some clean CI signal.

- 'mslk/attention/fmha/flydsl_decoder.py'
- 'mslk/attention/fmha/flydsl_splitk.py'
- 'test/attention/fmha/**'
# GEMM tests
- 'test/gemm/gemm_test.py'
# AMD/ROCm Triton GEMM kernels
Expand Down
Loading
Loading