masahi commented on PR #13037:
URL: https://github.com/apache/tvm/pull/13037#issuecomment-1275978653

   Interesting, for CUDA the former behavior is more natural - treating global 
to shared mem async copy for A and B matrices in GEMM as one "chunk". 
   
   All CUDA async copy examples and [the state of the art 
library](https://github.com/NVIDIA/cutlass) follow this approach, so I want to 
be able to preserve this behavior for CUDA. Is it possible to make 
"commit_queue_scope granularity" configurable?


-- 
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]

Reply via email to