huajsj opened a new pull request #23: URL: https://github.com/apache/tvm-vta/pull/23
Issue: Current VTA deploy example directly use VTABufferCPUPtr function to access VTA memory, this method may have issue once the VTA memory need cache flush/invalide and such logic not leverage VTA runtime memory movement logic which can default handle cache related issue. Solution: VTA runtime already implemented memory copy logic which integrate with TVMArrayCopy* API and here we use TVMArrayCopyFromBytes function replace this VTABufferCPUPtr function. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
