================ @@ -50,6 +50,19 @@ memory and LDS memory. void @llvm.amdgcn.global.store.async.from.lds.type(ptr %dst, ptr %src) void @llvm.amdgcn.cluster.load.async.to.lds.type(ptr %dst, ptr %src) +**GFX1250 Tensor DMA Instructions** + +.. code-block:: llvm + + void @llvm.amdgcn.tensor.load.to.lds(...) ---------------- krzysz00 wrote:
Ok, I can see an argument for sticking `.async` in the name just to reduce user confusion, but that's also some solid bikeshedding https://github.com/llvm/llvm-project/pull/200775 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
