junrushao opened a new pull request, #50: URL: https://github.com/apache/tvm-ffi/pull/50
This PR fixes a backward compatibility issue. Originally, slicing a `tvm_ffi.Array[T]` always returns `list[T]`. This behavior was altered by PR #37, which instead returns `Array[T]`, breaking backward compatibility. This PR brought up the BC fix. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
