wrongtest opened a new pull request #8338: URL: https://github.com/apache/tvm/pull/8338
This is a fix trial for https://github.com/apache/tvm/issues/8308 where the storage rewrite pass remap the index of a vectorized load. The offset computation should be based on the actual allocated buffer's datatype rather than the load/store op's result datatype. For example, if a float32*1024 ramp load is relocated to offset `4096b` of a float buffer, the offset expr should be `+4096/bytes_of(float32)` rather than `+4096/bytes_of(float32*1024)` -- 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]
