Uh oh!
There was an error while loading. Please reload this page.
[RFC] Integrate LIBXSMM with TVM. - #47
Conversation
comaniac
left a comment
There was a problem hiding this comment.
Thanks for the RFC and overall LGTM. One suggestion I have is that it would be great if you could provide an upstream plan that briefly explains how would you send PRs. To facilitate the review process, it is encouraged to break down your implementation to a series of small PRs. Here is an example of a PR series:
- Add libxsmm to the TVM CI.
- Add libxsmm to TOPI.
- Add libxsmm to Relay op strategy.
- Add libxsmm to BYOC.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
zhuwenxi
commented
Dec 17, 2021
Upstream plan added, at the end of RFC. By the way, I'm not quite sure what "TVM CI" refers to? If it means unit tests, they will be included in their related PRs when I upstream my code. |
zhuwenxi
commented
Dec 21, 2021
@comaniac Any update? |
comaniac
left a comment
There was a problem hiding this comment.
Overall LGTM. Just try to polish the plan for the last time and we should be good to go.
Uh oh!
There was an error while loading. Please reload this page.
zhuwenxi
commented
Dec 23, 2021
@comaniac Thank you, I've updated the plan, please let me know if there is still problems. |
comaniac
commented
Dec 24, 2021
Thanks @zhuwenxi this is now merged. |
zhuwenxi
commented
Dec 29, 2021
@comaniac OK, I'll update the RFC information soon. |
zhuwenxi
commented
Jan 13, 2022
@comaniac I'm starting to implement the first PR "Add libxsmm to TVM CI" recently. I wonder if there is any CI-related PR I can refer to? |
comaniac
commented
Jan 13, 2022
You could refer to the PR like apache/tvm#9881 or something similar. |
zhuwenxi
commented
Jan 14, 2022
Thank you! |
pre-RFC: https://discuss.tvm.apache.org/t/rfc-top-byoc-intel-libxsmm-integration/11688