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 e5417cf commit 75a9663Copy full SHA for 75a9663
python/test/unit/language/test_reproducer.py
@@ -15,7 +15,7 @@ def triton_():
15
16
@pytest.mark.skipif(not torch.cuda.is_available(), reason="requires cuda")
17
def test_reproducer():
18
- tmpdir = os.path.abspath(".tmp")
+ tmpdir = ".tmp"
19
reproducer = 'triton-reproducer.mlir'
20
if os.path.exists(tmpdir):
21
shutil.rmtree(tmpdir, ignore_errors=True)
0 commit comments