tkonolige commented on pull request #7935: URL: https://github.com/apache/tvm/pull/7935#issuecomment-828554093
@masahi With `ds_permute`, we do a write and read from LDS for each of the 64 element accesses, vs doing a single write to LDS and 64 reads with the approach in this PR. Lower down it says "All active lanes write data to a temporary buffer. All active lanes read data from the temporary buffer...". -- 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]
