Skip to content

Commit

Permalink
Fix Typo (pytorch#95173)
Browse files Browse the repository at this point in the history
Summary: Fix Typo

Test Plan: sandcastle & github

Differential Revision: D43417472

Pull Request resolved: pytorch#95173
Approved by: https://github.com/nmacchioni, https://github.com/Skylion007
  • Loading branch information
mikekgfb authored and pytorchmergebot committed Feb 21, 2023
1 parent aa042a5 commit 062380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ def test_sdp_choice_with_determinism(self, warn_only):
SDPBackend.EFFICIENT_ATTENTION if warn_only else SDPBackend.MATH)

@unittest.skipIf(not PLATFORM_SUPPORTS_FUSED_SDPA or not isSM86Device, "CUDA unavailable")
def test_memory_efficeint_sm86_failure(self):
def test_memory_efficient_sm86_failure(self):
device = 'cuda'
dtype = torch.float16
make_tensor = partial(self.rand_tensor, type="dense", device=device, dtype=dtype)
Expand Down

0 comments on commit 062380d

Please sign in to comment.