You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/28 15:33:46 UTC

[GitHub] [tvm] tkonolige commented on pull request #7935: [SPARSE] Improve sparse performance on ROCM

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:
users@infra.apache.org