Skip to content

Commit ff8f6a2

Browse files
committed
add TODO to locate nvcc file
1 parent d7dfdb8 commit ff8f6a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_bindings/tests/test_nvfatbin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def OBJECT(arch, tmpdir):
133133
with open(tmpdir / "object.cu", "w") as f:
134134
f.write(empty_cplusplus_kernel)
135135

136+
# TODO: Use cuda-pathfinder to locate nvcc on system.
136137
nvcc = shutil.which("nvcc")
137138
if nvcc is None:
138139
pytest.skip("nvcc not found on PATH")

0 commit comments

Comments
 (0)