fix: test_ptx_runner path

This commit is contained in:
2026-05-28 04:47:04 +00:00
parent dc9596c6bc
commit ade49d964d

View File

@@ -7,7 +7,7 @@ for approach in ["arith", "nvvm_ptx", "nvvm_multiline"]:
print(f"Testing: {approach}")
print(f"{'='*50}")
result = subprocess.run(
[sys.executable, "test_ptx_subproc.py", approach],
[sys.executable, "tests/unit/test_ptx_subproc.py", approach],
capture_output=True,
text=True,
timeout=120,