Skip to content

Commit 347efdf

Browse files
authored
Fixed typo (#2275)
Fixes test/dynamo/test_activation_checkpointing.py::test_pattern_matcher
1 parent 80cca70 commit 347efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamo/test_activation_checkpointing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ def fn(x, ys):
12871287
@requires_cuda
12881288
@unittest.skipIf(
12891289
not PLATFORM_SUPPORTS_FLASH_ATTENTION and not PLATFORM_SUPPORTS_CUDNN_ATTENTION,
1290-
"Flash and CuDNN attention not support on GPU arch.
1290+
"Flash and CuDNN attention not support on GPU arch."
12911291
)
12921292
def test_pattern_matcher(self, device):
12931293
# Check that the sdpa op is recomputed in the backward graph

0 commit comments

Comments
 (0)