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 4211e98 commit 2debf8dCopy full SHA for 2debf8d
python/test/unit/runtime/test_autotuner.py
@@ -453,7 +453,7 @@ def grid(meta):
453
exception_out_of_resource)
454
455
456
-def test_autotuner_thread_safety(device: str):
+def test_nogil_safety(device: str):
457
if getattr(sys, "_is_gil_enabled", lambda: True)():
458
pytest.skip("Requires running with the GIL disabled (PYTHON_GIL=0)")
459
if not is_cuda():
0 commit comments