Skip to content

Commit

Permalink
Fix rocm/build.sh about missing directory (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxsamliu authored Jul 3, 2024
1 parent b724a40 commit 50b26d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="${COMP}"
ninja -C build
ninja -C build install
mkdir -p "$DEST"
cp -r "$COMP"/amdgcn "$DEST"
popd

Expand Down

0 comments on commit 50b26d0

Please sign in to comment.