[all-commits] [llvm/llvm-project] 5316d1: [mlir][nvvm] Introduce `nvvm.stmatrix` Op (#69467)

Guray Ozen via All-commits all-commits at lists.llvm.org
Thu Oct 19 01:26:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5316d19ed54d897acc0d1a5627379571fb07f0ac
      https://github.com/llvm/llvm-project/commit/5316d19ed54d897acc0d1a5627379571fb07f0ac
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
    M mlir/test/Conversion/NVVMToLLVM/nvvm-to-llvm.mlir

  Log Message:
  -----------
  [mlir][nvvm] Introduce `nvvm.stmatrix` Op (#69467)

This PR adds `nvvm.stmatrix` Op to NVVM dialect. The Op collectively
store one or more matrices across all threads in a warp to the given
address location in shared memory.




More information about the All-commits mailing list