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 2020/10/20 23:12:34 UTC

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6722: [OpenCL] Only use thrust for cuda targets

trevor-m opened a new pull request #6722:
URL: https://github.com/apache/incubator-tvm/pull/6722


   Thrust is not typically available for OpenCL, but TVM will still try to use it for opencl targets in addition to cuda targets. This would result in a runtime error on an OpenCL device which doesn't have thrust.


----------------------------------------------------------------
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] [incubator-tvm] trevor-m commented on pull request #6722: [OpenCL] Only use thrust for cuda targets

Posted by GitBox <gi...@apache.org>.
trevor-m commented on pull request #6722:
URL: https://github.com/apache/incubator-tvm/pull/6722#issuecomment-714632874


   @Laurawly @kazum @masahi Could you please help review? Thanks!


----------------------------------------------------------------
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] [incubator-tvm] Laurawly merged pull request #6722: [OpenCL] Only use thrust for cuda targets

Posted by GitBox <gi...@apache.org>.
Laurawly merged pull request #6722:
URL: https://github.com/apache/incubator-tvm/pull/6722


   


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