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 88d23f1 commit 8ab8324Copy full SHA for 8ab8324
tests/cpu/test_jit.py
@@ -1471,6 +1471,7 @@ def test_add_layernorm(self):
1471
self.assertTrue(any(n.kind() == node for n in trace_graph.nodes()))
1472
self.assertEqual(jit_res, ori_res, prec=5e-2)
1473
1474
+ torch._C._jit_set_texpr_fuser_enabled(pre_te_enable_status)
1475
# stock pytorch does not support BF16 now
1476
#input weight both bf16
1477
# a_bf16 = a.to(torch.bfloat16)
0 commit comments