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 2a6299c commit 465ce58Copy full SHA for 465ce58
tests/compile/test_fusion.py
@@ -115,7 +115,7 @@ def ops_in_model_before_partial(self):
115
return [RMS_OP, RMS_ADD_OP] if self.enable_rms_norm else [torch.ops.aten.rsqrt]
116
117
118
-@pytest.mark.parametrize("dtype", [torch.float16]) # , torch.bfloat16])
+@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16])
119
@pytest.mark.parametrize("hidden_size", [64])
120
@pytest.mark.parametrize("num_tokens", [257])
121
@pytest.mark.parametrize("eps", [1e-5, 1e-6])
0 commit comments