Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
5767475a
Unverified
Commit
5767475a
authored
Oct 14, 2025
by
Lei Wang
Committed by
GitHub
Oct 14, 2025
Browse files
[CI] Disable buggy(maybe) warp specialized kernel ci test for H20 (#1033)
parent
eed320f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
examples/warp_specialize/test_example_warp_specialize.py
examples/warp_specialize/test_example_warp_specialize.py
+7
-6
No files found.
examples/warp_specialize/test_example_warp_specialize.py
View file @
5767475a
import
tilelang.testing
import
example_warp_specialize_flashmla
import
example_warp_specialize_gemm_barrierpipe_stage2
import
example_warp_specialize_gemm_copy_0_gemm_1
import
example_warp_specialize_gemm_copy_1_gemm_0
import
example_warp_specialize_gemm_softpipe_stage2
@
tilelang
.
testing
.
requires_cuda
@
tilelang
.
testing
.
requires_cuda_compute_version_eq
(
9
,
0
)
def
test_example_warp_specialize_flashmla
():
example_warp_specialize_flashmla
.
main
()
# TODO: skip for now as non-deterministic on H20
# CC @cunxiao
# @tilelang.testing.requires_cuda
# @tilelang.testing.requires_cuda_compute_version_eq(9, 0)
# def test_example_warp_specialize_flashmla():
# import example_warp_specialize_flashmla
# example_warp_specialize_flashmla.main()
@
tilelang
.
testing
.
requires_cuda
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment