Uh oh!
There was an error while loading. Please reload this page.
[CI Image] support CSI-NN2 in ci_qemu - #11689
Conversation
* build CSI-NN2, download related toolchain and qemu
| 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.
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.
Thanks for advice, we are glad to do so.
alter-xp
commented
Jun 15, 2022
a tracking issue is ready. I will keep updating it when RPC land. |
areusch
commented
Jun 16, 2022
alter-xp
commented
Jun 17, 2022
okay, thanks @areusch. |
areusch
commented
Jun 21, 2022
thanks @alter-xp ! can you open an "Update Docker Image" GH issue once the nightly rebuild has passed with this PR? |
alter-xp
commented
Jun 22, 2022
* [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