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 d7dfdb8 commit ff8f6a2Copy full SHA for ff8f6a2
1 file changed
cuda_bindings/tests/test_nvfatbin.py
@@ -133,6 +133,7 @@ def OBJECT(arch, tmpdir):
133
with open(tmpdir / "object.cu", "w") as f:
134
f.write(empty_cplusplus_kernel)
135
136
+ # TODO: Use cuda-pathfinder to locate nvcc on system.
137
nvcc = shutil.which("nvcc")
138
if nvcc is None:
139
pytest.skip("nvcc not found on PATH")
0 commit comments