8000
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 325768a commit 1a3aea4Copy full SHA for 1a3aea4
torch/_inductor/runtime/compile_tasks.py
@@ -40,7 +40,7 @@ def _reload_python_module(
40
def _set_triton_ptxas_path() -> None:
41
if os.environ.get("TRITON_PTXAS_PATH") is not None:
42
return
43
- ptxas = Path(__file__).absolute().parents[1] / "bin" / "ptxas"
+ ptxas = Path(__file__).absolute().parents[2] / "bin" / "ptxas"
44
if not ptxas.exists():
45
46
if ptxas.is_file() and os.access(ptxas, os.X_OK):
0 commit comments