Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

[AMD] a path issue in the install_amd.sh script #298

@zhangnju

Description

@zhangnju

HI

could you help check whether there is a path error in the script of install_amd.sh ?
I made the below change to avoid the issue of wrong path

Thanks

diff --git a/install_amd.sh b/install_amd.sh
index dec3dedcf..8d2707792 100755
--- a/install_amd.sh
+++ b/install_amd.sh
@@ -60,10 +60,10 @@ cp cmake/config.cmake build
cd build
echo "set(USE_LLVM llvm-config-16)" >> config.cmake && echo "set(USE_ROCM /opt/rocm)" >> config.cmake

-cmake .. && make -j && cd ../../..
+cmake .. && make -j

TVM_PREBUILD_PATH=$(realpath .)

+echo $TVM_PREBUILD_PATH
cd ../..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions