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! --- [Visit Topic](https://discuss.tvm.apache.org/t/opencl-build-error-when-run-onnx-model-at-windows/8301/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/8e2c67c71d6b6ac8ee28eef9b12fb359994bd6d12a81faabb85904e0ed7b6a13).