We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c7a39 commit 852ff3eCopy full SHA for 852ff3e
test/test_linalg.py
@@ -109,12 +109,12 @@ def get_tunableop_untuned_filename():
109
110
class TestLinalg(TestCase):
111
def setUp(self):
112
- super(self.__class__, self).setUp()
+ super().setUp()
113
torch.backends.cuda.matmul.allow_tf32 = False
114
115
def tearDown(self):
116
torch.backends.cuda.matmul.allow_tf32 = True
117
- super(self.__class__, self).tearDown()
+ super().tearDown()
118
119
@contextlib.contextmanager
120
def _tunableop_ctx(self):
0 commit comments