Johnson9009 opened a new issue, #17884: URL: https://github.com/apache/tvm/issues/17884
https://github.com/apache/tvm/blob/299ef81f0f7e4bae93826141815dfc97c0ea0a42/src/runtime/relax_vm/vm.cc#L510-L531 https://github.com/apache/tvm/blob/299ef81f0f7e4bae93826141815dfc97c0ea0a42/src/runtime/relax_vm/vm.cc#L524 Why all of the arguments given to "SetInput" will be convert to the 1st device? Is it a typo? I think it should be something below. func_args[i] = ConvertArgToDevice(args[i], devices[**`i`**], allocators[**`i`**]); -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
