You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/10/08 01:52:18 UTC

[GitHub] [tvm] FrozenGene commented on a change in pull request #9170: Add cache flush for arm

FrozenGene commented on a change in pull request #9170:
URL: https://github.com/apache/tvm/pull/9170#discussion_r724645397



##########
File path: src/runtime/rpc/rpc_module.cc
##########
@@ -320,18 +320,33 @@ std::shared_ptr<RPCSession> RPCModuleGetSession(Module mod) {
  * which leads to lower performance.
  */
 inline void CPUCacheFlushImpl(const char* addr, unsigned int len) {
-// TODO(FrozenGene): Support ARM.

Review comment:
       Maybe we should leave this TODO as we haven't completed support for arm 32 bits.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org