Skip to content

Commit 029ddf3

Browse files
committed
Remove unnecessary pass configurations for warp specialization and TMA lowering in fast math operation tests for CUDA. This simplifies the test setup while maintaining the focus on fast math functionality.
1 parent 2463338 commit 029ddf3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

testing/python/fastmath/test_mathops_fastmath.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ def main(
7979
out_idx=[1],
8080
target="cuda",
8181
pass_configs={
82-
tilelang.PassConfigKey.TL_DISABLE_WARP_SPECIALIZED: True,
83-
tilelang.PassConfigKey.TL_DISABLE_TMA_LOWER: True,
8482
tilelang.PassConfigKey.TL_ENABLE_FAST_MATH: False,
8583
})
8684

@@ -124,8 +122,6 @@ def main(
124122
out_idx=[2],
125123
target="cuda",
126124
pass_configs={
127-
tilelang.PassConfigKey.TL_DISABLE_WARP_SPECIALIZED: True,
128-
tilelang.PassConfigKey.TL_DISABLE_TMA_LOWER: True,
129125
tilelang.PassConfigKey.TL_ENABLE_FAST_MATH: False,
130126
})
131127

@@ -135,8 +131,6 @@ def main(
135131
out_idx=[2],
136132
target="cuda",
137133
pass_configs={
138-
tilelang.PassConfigKey.TL_DISABLE_WARP_SPECIALIZED: True,
139-
tilelang.PassConfigKey.TL_DISABLE_TMA_LOWER: True,
140134
tilelang.PassConfigKey.TL_ENABLE_FAST_MATH: True,
141135
})
142136

@@ -232,8 +226,6 @@ def main(
232226
out_idx=[1],
233227
target="cuda",
234228
pass_configs={
235-
tilelang.PassConfigKey.TL_DISABLE_WARP_SPECIALIZED: True,
236-
tilelang.PassConfigKey.TL_DISABLE_TMA_LOWER: True,
237229
tilelang.PassConfigKey.TL_ENABLE_FAST_MATH: True,
238230
})
239231

0 commit comments

Comments
 (0)