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 2022/02/24 01:32:10 UTC

[GitHub] [tvm] masahi commented on a change in pull request #10365: Lower cache_read and cache_write to Hexagon DMA via tensorize

masahi commented on a change in pull request #10365:
URL: https://github.com/apache/tvm/pull/10365#discussion_r813473662



##########
File path: src/runtime/cpu_device_api.cc
##########
@@ -100,6 +100,21 @@ void CPUDeviceAPI::FreeWorkspace(Device dev, void* data) {
   dmlc::ThreadLocalStore<CPUWorkspacePool>::Get()->FreeWorkspace(dev, data);
 }
 
+TVM_REGISTER_GLOBAL("device_api.cpu.mem_copy").set_body([](TVMArgs args, TVMRetValue* rv) {

Review comment:
       I think it is better to remove this - it was just for demonstration purpose.




-- 
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