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 python/triton/common/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def libcuda_dirs():

@functools.lru_cache()
def rocm_path_dir():
default_path = os.path.join(os.path.dirname(__file__), "third_party", "rocm")
default_path = os.path.join(os.path.dirname(__file__), "..", "third_party", "rocm")
# Check if include files have been populated locally. If so, then we are
# most likely in a whl installation and he rest of our libraries should be here
if (os.path.exists(default_path+"/include/hip/hip_runtime.h")):
Expand Down