[all-commits] [llvm/llvm-project] 82ac02: Add scalar support for amdgpu.raw_buffer_{load, store}

Giuseppe Rossini via All-commits all-commits at lists.llvm.org
Mon Mar 20 13:19:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82ac02e4a86070cf9924c245ff340aba1f62b45b
      https://github.com/llvm/llvm-project/commit/82ac02e4a86070cf9924c245ff340aba1f62b45b
  Author: giuseros <giuseppe.rossini at amd.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/AMDGPU/AMDGPU.td
    M mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
    M mlir/test/Conversion/AMDGPUToROCDL/amdgpu-to-rocdl.mlir
    M mlir/test/Dialect/AMDGPU/ops.mlir

  Log Message:
  -----------
  Add scalar support for amdgpu.raw_buffer_{load,store}

Introduce the possibility to load/store scalars via amdgpu.raw_buffer_{load,store}

Reviewed By: krzysz00

Differential Revision: https://reviews.llvm.org/D146413




More information about the All-commits mailing list