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/03/25 08:44:27 UTC

[GitHub] [tvm] ctlinglingliu opened a new issue #7741: CodeGenOpenCL : expect calling_conv equals CallingConv::kDeviceKernelLaunch

ctlinglingliu opened a new issue #7741:
URL: https://github.com/apache/tvm/issues/7741


   when I Compile PyTorch Models  demo in https://tvm.apache.org/docs/tutorials/frontend/from_pytorch.html#sphx-glr-tutorials-frontend-from-pytorch-py
   i set the configure below
   target = "opencl"
   target_host = "opencl"
   ctx = tvm.gpu(0)
   there occurs the error below:
   An internal invariant violated during the execution of TVM
   Check failed: calling_conv == CallingConv::kDeviceKernelLaunch ==false: CodeGenOpenCL:expect calling_conv equals CallingConv::kDeviceKernelLaunch


-- 
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] tqchen commented on issue #7741: CodeGenOpenCL : expect calling_conv equals CallingConv::kDeviceKernelLaunch

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7741:
URL: https://github.com/apache/tvm/issues/7741#issuecomment-807215855


   Thanks @ctlinglingliu . please open a new thread on https://discuss.tvm.apache.org/ for followup Qs, you need to set target_host to be llvm


-- 
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] tqchen closed issue #7741: CodeGenOpenCL : expect calling_conv equals CallingConv::kDeviceKernelLaunch

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7741:
URL: https://github.com/apache/tvm/issues/7741


   


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