[Mlir-commits] [mlir] [mlir][gpu] Add field to mark asynchronous side effects (PR #72013)

Jack Wolfard llvmlistbot at llvm.org
Fri Nov 17 10:05:08 PST 2023


JackWolfard wrote:

> What about shared memory?

Good point to bring up. There are other long latency operations on GPUs which should be treated as asynchronous to allow for minimizing cost of synchronization like w/ the fence and also delaying synchronization until necessary.

https://github.com/llvm/llvm-project/pull/72013


More information about the Mlir-commits mailing list