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/27 07:55:38 UTC

[GitHub] [incubator-tvm] wyx-1978 opened a new issue #6770: opencl build error when run onnx model at windows.

wyx-1978 opened a new issue #6770:
URL: https://github.com/apache/incubator-tvm/issues/6770


   I had download TVM code at the lastest commit on master branch.
   Then convert my model file (*.pb) to dll file in windows, dll can run by python system successfully.
   but when i use c++ to load dll and run the model, TVM throw error as bellow.
   
    "TVMError: OpenCL build error for device=000002431E0BE180ptxas error   : Entry function 'fused_nn_conv2d_18_kernel0' uses too much shared data (0xc9c4 bytes, 0xc000 max)
   Stack trace:
     File "f:\imgblur_new_tvm\imgblur\src\lib\tvm\opencl\opencl_module.cc", line 314
   "
   I had check the code again and again, from input data ,out put data, tvm_runtime_pack and so on, i had even modify cpp_deploy demo to run my model. It always throw the same error.
   Does anyone know how to solve the issue? 
   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] tqchen commented on issue #6770: opencl build error when run onnx model at windows.

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


   move to https://discuss.tvm.apache.org/t/opencl-build-error-when-run-onnx-model-at-windows/8301


----------------------------------------------------------------
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] tqchen closed issue #6770: opencl build error when run onnx model at windows.

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


   


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