fix: test_ptx_runner path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user