Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ def test_fused_indexer_loss_gradient_matches_autograd(self, seqlen_and_topk, spa
class TestFusedDSAIndexerLossGradientTP:
"""Test FusedDSAIndexerLoss gradient consistency across different TP sizes."""

@pytest.mark.flaky_in_dev
@pytest.mark.skipif(not torch.cuda.is_available(), reason="CUDA not available")
def test_fused_indexer_loss_gradient_tp_consistency(
self, tensor_model_parallel_size, sparse_loss
Expand Down
Loading