You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build-rvv-env.sh script In buddy-mlir/thirdparty directory has some problems.
First of all, in riscv-gnu-toolchain repo, there is no more rvv-next branch, which should be deleted.
Secondly, when we pull from large git repos, it alaways happens pull failure and takes a lot of time in pull process. For user-friendly reasons, I think it's better to run git clone or git submodule update commands in "while true" block. Like below:
The build-rvv-env.sh script In buddy-mlir/thirdparty directory has some problems.
First of all, in riscv-gnu-toolchain repo, there is no more rvv-next branch, which should be deleted.
Secondly, when we pull from large git repos, it alaways happens pull failure and takes a lot of time in pull process. For user-friendly reasons, I think it's better to run
git clone
orgit submodule update
commands in "while true" block. Like below:Thirdly, in "Build cross MLIR" and "Build cross Buddy-MLIR" process, leaving out the
cd ..
command.The text was updated successfully, but these errors were encountered: