HGboda opened a new pull request, #17743: URL: https://github.com/apache/tvm/pull/17743
Changes Made Fixed the variable name in the split operation in cross_compilation_and_rpc.py, changing the undefined variable 'i' to the correct variable 'x'. Problem The original code was using an undefined variable 'i' in the split operation, which could cause runtime errors when executing the code. Solution Changed the variable 'i' to the correct variable 'x' to ensure the code functions properly. -- 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]
