Skip to content

Commit

Permalink
Mark that a test requires nvFuser. (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfogal authored Nov 6, 2024
1 parent f44fc2e commit 2ef11f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thunder/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2833,6 +2833,7 @@ def fn(x: torch.Tensor, y: torch.Tensor):


@requiresCUDA
@thunder.tests.framework.requiresNVFuser
def test_bound_symbol_sort_stability():
class LlamaMLPLike(torch.nn.Module):
def __init__(self) -> None:
Expand Down

0 comments on commit 2ef11f7

Please sign in to comment.