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 aea5c20 commit 160b5d7Copy full SHA for 160b5d7
test/sot/test_step_profiler.py
@@ -18,7 +18,7 @@
18
19
import paddle
20
from paddle.jit import sot
21
-from paddle.jit.sot.utils import sot_step_profiler_guard, strict_mode_guard
+from paddle.jit.sot.utils import strict_mode_guard
22
from paddle.pir_utils import DygraphPirGuard
23
24
@@ -43,7 +43,8 @@ def forward(self, x):
43
44
45
class TestStepProfilerSmokeTest(unittest.TestCase):
46
- @sot_step_profiler_guard(True)
+ # Temperarily disable this test
47
+ # @sot_step_profiler_guard(True)
48
@strict_mode_guard(False)
49
def test_step_profiler_smoke(self):
50
with DygraphPirGuard():
0 commit comments