We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ae681 commit b3011a6Copy full SHA for b3011a6
test/test_debug_utils.py
@@ -13,6 +13,7 @@
13
from helion._testing import DEVICE
14
from helion._testing import RefEagerTestDisabled
15
from helion._testing import TestCase
16
+from helion._testing import skipIfCpu
17
import helion.language as hl
18
19
@@ -122,6 +123,7 @@ def test_print_repro_env_var(self):
122
123
124
linecache.cache.pop(filename, None)
125
126
+ @skipIfCpu("debug")
127
def test_print_repro_on_autotune_error(self):
128
"""Ensure HELION_PRINT_REPRO=1 prints repro when configs fail during autotuning.
129
0 commit comments