[all-commits] [llvm/llvm-project] 86c4df: [mlir][gpu] Add GPU target attribute interface.

Fabian Mora via All-commits all-commits at lists.llvm.org
Tue Aug 8 06:11:12 PDT 2023


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

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/IR/CMakeLists.txt
    A mlir/include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td
    A mlir/include/mlir/Dialect/GPU/IR/CompilationInterfaces.h
    M mlir/include/mlir/Dialect/GPU/IR/GPUDialect.h
    M mlir/lib/Dialect/GPU/CMakeLists.txt
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp

  Log Message:
  -----------
  [mlir][gpu] Add GPU target attribute interface.

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

Commit message:
This patch adds the `GPUTargetAttrInterface` attribute interface, this interface
is meant to be used as an opaque interface for serializing GPU modules into
binary strings.

Reviewed By: mehdi_amini, krzysz00

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




More information about the All-commits mailing list