Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 2eb181f

Browse files
committed
update discover coverage
1 parent 2489be5 commit 2eb181f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/discover_coverage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,8 @@ def supports_jvpvjp(self):
686686
exemptions = {
687687
# we have support (see OpInfo), testing artifact
688688
'torch.nn.functional.dropout2d',
689+
# exception: we dont even support double backward for this
690+
'torch.nn.functional.hardswish',
689691
}
690692
if self.name in exemptions:
691693
return Support.YES

0 commit comments

Comments
 (0)