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
2 changes: 1 addition & 1 deletion test/dynamo/test_activation_checkpointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ def fn(x, ys):
@requires_cuda
@unittest.skipIf(
not PLATFORM_SUPPORTS_FLASH_ATTENTION and not PLATFORM_SUPPORTS_CUDNN_ATTENTION,
"Flash and CuDNN attention not support on GPU arch.
"Flash and CuDNN attention not support on GPU arch."
)
def test_pattern_matcher(self, device):
# Check that the sdpa op is recomputed in the backward graph
Expand Down