Skip to content

Commit

Permalink
move kernel tests to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Aug 7, 2024
1 parent a965c4a commit 7f0a161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
- name: Build
run: |
python setup.py install
- name: AMD Kernel Tests
run: |
pytest flash_attn/flash_attn_triton_kernel_decode_amd.py::test_op_fwd
pytest flash_attn/flash_attn_triton_kernel_prefill_amd.py
- name: Flash Attention Tests
run: |
# pytest tests/test_flash_attn.py::test_flash_attn_qkvpacked
Expand All @@ -77,3 +73,7 @@ jobs:
pytest tests/test_flash_attn.py::test_flash_attn_bwd_varlen_overflow
pytest tests/test_flash_attn.py::test_flash_attn_deterministic
pytest tests/test_flash_attn.py::test_flash_attn_varlen_deterministic
- name: AMD Kernel Tests
run: |
pytest flash_attn/flash_attn_triton_kernel_decode_amd.py::test_op_fwd
pytest flash_attn/flash_attn_triton_kernel_prefill_amd.py

0 comments on commit 7f0a161

Please sign in to comment.