Sundrique opened a new pull request #7955: URL: https://github.com/apache/tvm/pull/7955
The end of the slice should be updated using calculated (positive) begin not the original. Otherwise it can result in an error like the following: ``` TVMError: --------------------------------------------------------------- An error occurred during the execution of TVM. For more information, please see: https://tvm.apache.org/docs/errors.html --------------------------------------------------------------- Check failed: (false) is false: [23:06:44] /Volumes/Unix/tvm-source/src/relay/op/tensor/transform.cc:2505: --------------------------------------------------------------- An error occurred during the execution of TVM. For more information, please see: https://tvm.apache.org/docs/errors.html --------------------------------------------------------------- Check failed: begin_v <= end_v (3 vs. 0) : strided_slice get invalid slice at axis 0 ``` Fixes #5172 -- 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]
