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/05/03 23:30:30 UTC

[GitHub] [tvm] Lunderberg opened a new pull request #7969: [Vulkan][Runtime] Added dummy implementations for TVMStreamHandle operations

Lunderberg opened a new pull request #7969:
URL: https://github.com/apache/tvm/pull/7969


   rpc_runner_run interacts with stream handlers following PR #7819.
   Vulkan currently executes adds everything into a single command buffer
   per CPU thread, so there isn't a corresponding concept of streams.
   Therefore, added no-op implementations for these DeviceAPI methods.


-- 
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:
users@infra.apache.org



[GitHub] [tvm] masahi commented on pull request #7969: [Vulkan][Runtime] Added dummy implementations for TVMStreamHandle operations

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #7969:
URL: https://github.com/apache/tvm/pull/7969#issuecomment-831884285


   Thanks @Lunderberg @tqchen 


-- 
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:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #7969: [Vulkan][Runtime] Added dummy implementations for TVMStreamHandle operations

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


   


-- 
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:
users@infra.apache.org



[GitHub] [tvm] Lunderberg commented on pull request #7969: [Vulkan][Runtime] Added dummy implementations for TVMStreamHandle operations

Posted by GitBox <gi...@apache.org>.
Lunderberg commented on pull request #7969:
URL: https://github.com/apache/tvm/pull/7969#issuecomment-831598454


   Potential reviewers: @masahi @tqchen 


-- 
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:
users@infra.apache.org