Skip to content

Commit

Permalink
import scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 31, 2024
1 parent fde4029 commit 6a04749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ echo "LLVM config path: $LLVM_CONFIG_PATH"
git submodule update --init --recursive

cd 3rdparty/tvm
if [ -d build ]; then
rm -rf build
fi
mkdir build
cp cmake/config.cmake build
cd build
Expand Down

0 comments on commit 6a04749

Please sign in to comment.