Skip to content

[ci] Enable ThunderKittens in unit test #218

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

Closed
wants to merge 2 commits into from
Closed
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ addmm_bench.run()

We depend on the following projects as a source of customized Triton or CUTLASS kernels:

* (CUDA, HIP) [kernels](https://github.com/triton-lang/kernels)
* (CUDA, HIP) [generative-recommenders](https://github.com/facebookresearch/generative-recommenders)
* (CUDA, HIP) [Liger-Kernel](https://github.com/linkedin/Liger-Kernel)
* (CUDA, HIP) [tilelang](https://github.com/tile-ai/tilelang)
Expand Down
2 changes: 0 additions & 2 deletions test/test_gpu/skip_tests_h100_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# op-name: to skip an entire operator
# op-name:\n\t- impl-name to skip an impl
flash_attention:
# thunderkittens cannot handle the default input shapes
- tk
# tma API changed in upstream
- triton_tutorial_flash_v2_tma
# triton_tutorial_*_ws kernels require triton-main
Expand Down
2 changes: 0 additions & 2 deletions test/test_gpu/skip_tests_h100_triton_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# op-name: to skip an entire operator
# op-name:\n\t- impl-name to skip an impl
flash_attention:
# thunderkittens cannot handle the default input shapes
- tk
# _ws kernels require Triton with warp specialization
- triton_tutorial_flash_v2_ws
- triton_tutorial_flash_v2_tma_ws
Expand Down