masahi commented on issue #4418: [RUNTIME] Add cudnn conv3d URL: https://github.com/apache/incubator-tvm/pull/4418#issuecomment-559464662 @optima2005 Can you also quickly try using [tvm.api.convert()](https://github.com/apache/incubator-tvm/blob/master/python/tvm/api.py#L121) function in call_packed? We are using to pass a python list of strings to C++, for example. It is used [here](https://github.com/apache/incubator-tvm/blob/master/python/tvm/contrib/rocm.py#L139) and on the C++ side [here](https://github.com/apache/incubator-tvm/blob/master/src/codegen/llvm/codegen_amdgpu.cc#L232-L234). I want to know if it is possible to pass arguments in call_packed via convert([pad_h, pad_w]) ... etc.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
