-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[CI Image] support CSI-NN2 in ci_qemu #11689
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
Conversation
1e7950b to
1a5af61
Compare
* build CSI-NN2, download related toolchain and qemu
1a5af61 to
a1c25e6
Compare
areusch
left a comment
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.
thanks @alter-xp, once the RFC lands we can open a tracking issue for the RFC as a whole, tag this issue there, then land this change.
| install_path="/opt/csi-nn2" | ||
|
|
||
| # Clone CSI-NN2 Compute Library source code | ||
| git clone https://github.com/T-head-Semi/csi-nn2.git ${install_path} |
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.
we periodically rebuild images e.g. if we are going to update our Python version. do you guys mind pinning this version so we don't accidentally pull in new changes and break your tests in the process of updating something else?
also, possible to do a shallow clone e.g. --depth=1 to keep the size of the CI images down?
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.
Thanks for advice, we are glad to do so.
a tracking issue is ready. I will keep updating it when RPC land. |
|
okay, thanks @areusch. |
|
thanks @alter-xp ! can you open an "Update Docker Image" GH issue once the nightly rebuild has passed with this PR? |
* [CI Image] support CSI-NN2 in ci_qemu * build CSI-NN2, download related toolchain and qemu * using fixed csinn2 branch
Introduce CSI-NN2 Compute Library into TVM to accelerate the inference performance of RISC-V CPU with Vector Extension
@areusch