-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[apps][bundle_deploy][RISC-V] Extend bundle build for RISC-V #16409
base: main
Are you sure you want to change the base?
Conversation
Add cross-compilation options and example to build and run for qemu-riscv64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aleksei-grovety
I found this PR very useful, thanks for this !
It looks good to me.
```bash | ||
CC=riscv64-unknown-linux-gnu-gcc \ | ||
CXX=riscv64-unknown-linux-gnu-g++ \ | ||
TVM_TARGET="llvm -device=riscv_cpu -mtriple=riscv64-unknown-linux-gnu" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does -device=riscv_cpu
exists in TVM ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it was added in the PR #8860
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/9743954137
with response
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/9769821296
with response
|
Add cross-compilation options and example to build and run for qemu-riscv64