Skip to content

Commit

Permalink
test failure info update
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <[email protected]>
  • Loading branch information
crcrpar committed Nov 24, 2024
1 parent 2ca4d31 commit 896b631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thunder/tests/test_tensor_subclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ def g(x: ScaleTensorSubclass, data: torch.Tensor, scale: torch.Tensor) -> torch.
not (TORCHAO_AVAILABLE and torch.cuda.get_device_capability() >= (8, 9)),
reason="Requires capability >= 8.9 and torchao",
),
# "`torch.fx` tracing of bsym of tensor ctor under FakeTensorMode is failing "
# "due to the lack of imports from torchao"
# `Tensor.t` -> `ltorch.t` -> `prims.transpose` -> `torchex.permute` and
# `torch.permute` is not included in fp8 ops table.
pytest.mark.xfail(),
),
)
Expand Down

0 comments on commit 896b631

Please sign in to comment.