-
Notifications
You must be signed in to change notification settings - Fork 81
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
[RFC][Backend] RFC-CSI-NN2-Integration #75
Conversation
This is fantastic, thank you! We're excited to hear about the results for MLPerf. My main comment is mostly concerned about documentation. I'm glad the build instructions are included with the RFC, but I'd like to see the inclusion of documentation about how to configure, build, and use the platform be explicitly updated and included. |
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.
@alter-xp thanks for the rfc! I added a couple questions for you, but overall this looks pretty good.
Thanks for comments. we provide a documentation in PR for TVM. But I'm not sure whether these contents need to be completely written in RPC |
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 , couple more follow-ups here
Thanks for advice, we will add it. but I have no experience about this. Is there any relevant process? |
@alter-xp we have some:
we need to write that up :/ the basics are:
|
@areusch Thanks a lot. let me update the image. |
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 ! @kparzysz-quic any final comments? i'll merge in a day if i don't hear anything.
thanks @alter-xp, the PR is now merged! please open an RFC tracking issue and list out the PRs we can expect there, then we can proceed on the CI changes. |
@areusch a tracking issue is ready. I will keep updating it. |
Introduce CSI-NN2 Compute Library into TVM to accelerate the inference performance of RISC-V CPU with Vector Extension.
@areusch