From 4c4fe2435e10c05b5eba13067d143caf1c7665c6 Mon Sep 17 00:00:00 2001 From: Bo Li <110066325+BLOrange-AMD@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:30:56 -0500 Subject: [PATCH] Fixed typo --- test/dynamo/test_activation_checkpointing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dynamo/test_activation_checkpointing.py b/test/dynamo/test_activation_checkpointing.py index f8d4efe7c1b9a..8c24a40007ae4 100644 --- a/test/dynamo/test_activation_checkpointing.py +++ b/test/dynamo/test_activation_checkpointing.py @@ -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