[all-commits] [llvm/llvm-project] 6a0feb: [mlir][ROCDL] Adds the ROCDL target attribute.

Fabian Mora via All-commits all-commits at lists.llvm.org
Fri Aug 11 12:44:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a0feb1503e21432e63d93b44357bad43f8026d1
      https://github.com/llvm/llvm-project/commit/6a0feb1503e21432e63d93b44357bad43f8026d1
  Author: Fabian Mora <fmora.dev at gmail.com>
  Date:   2023-08-11 (Fri, 11 Aug 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
    M mlir/include/mlir/Dialect/LLVMIR/ROCDLDialect.h
    M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
    M mlir/include/mlir/InitAllExtensions.h
    A mlir/include/mlir/Target/LLVM/ROCDL/Target.h
    A mlir/include/mlir/Target/LLVM/ROCDL/Utils.h
    M mlir/lib/Dialect/LLVMIR/IR/ROCDLDialect.cpp
    M mlir/lib/Target/LLVM/CMakeLists.txt
    A mlir/lib/Target/LLVM/ROCDL/Target.cpp
    M mlir/test/Dialect/GPU/ops.mlir
    M mlir/test/Dialect/LLVMIR/rocdl.mlir
    M mlir/unittests/Target/LLVM/CMakeLists.txt
    A mlir/unittests/Target/LLVM/SerializeROCDLTarget.cpp

  Log Message:
  -----------
  [mlir][ROCDL] Adds the ROCDL target attribute.

**For an explanation of these patches see D154153.**

Commit message:
This patch adds the ROCDL target attribute for serializing GPU modules into
strings containing HSAco.

Depends on D154117

Reviewed By: mehdi_amini, krzysz00

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




More information about the All-commits mailing list