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/07/14 09:26:45 UTC

[GitHub] [tvm] elvin-n opened a new pull request, #12088: [Releay] Fix on_device call for explicit virtual_device

elvin-n opened a new pull request, #12088:
URL: https://github.com/apache/tvm/pull/12088

   Previously it was expected that python on_device accept device that is wrong, by fact real on_device op expects virtual_device. If we want to pass memory scope, we have to create explicit virtual_device, but is declined by python wrapper of on_device. Fixed this case


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


[GitHub] [tvm] masahi merged pull request #12088: [Releay] Fix on_device call for explicit virtual_device

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12088:
URL: https://github.com/apache/tvm/pull/12088


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