Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hopper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def nvcc_threads_args():
f"https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/{system}-{arch}/cuda_nvcc-{system}-{arch}-{version}-archive.tar.xz",
)
base_dir = os.path.dirname(__file__)
ctk_path_new = os.path.join(base_dir, os.pardir, "third_party", "nvidia", "backend", "bin")
ctk_path_new = os.path.abspath(os.path.join(base_dir, os.pardir, "third_party", "nvidia", "backend", "bin"))
nvcc_path_new = os.path.join(ctk_path_new, f"nvcc{exe_extension}")
# Need to append to path otherwise nvcc can't find cicc in nvvm/bin/cicc
# nvcc 12.8 seems to hard-code looking for cicc in ../nvvm/bin/cicc
Expand Down