[llvm] [LLVM][NVPTX] Add movmatrix intrinsic and PTX instruction support (PR #190109)
Pradeep Kumar via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 5 23:11:20 PDT 2026
================
@@ -3936,6 +3936,34 @@ an event.
For more information on the pmevent instructions, refer to the `PTX ISA
<https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#miscellaneous-instructions-pmevent>`__.
+movmatrix Intrinsics
----------------
schwarzschild-radius wrote:
Thanks @AlexMaclean! can we use `Warp-level matrix transpose intrinsics`? As it is fundamentally different from an mma operation
https://github.com/llvm/llvm-project/pull/190109
More information about the llvm-commits
mailing list