[all-commits] [llvm/llvm-project] bf24fb: [mlir][gpu] Add `gpu.binary` op and `#gpu.object` ...

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


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

  Changed paths:
    A mlir/include/mlir/Dialect/GPU/IR/CompilationAttrs.td
    M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/test/Dialect/GPU/invalid.mlir

  Log Message:
  -----------
  [mlir][gpu] Add `gpu.binary` op and `#gpu.object` attribute.

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

Commit message:
Adds the `#gpu.object` attribute for holding a binary object and the target
attribute used to create it. Also adds the `gpu.binary` operation used to
store GPU objects.

Depends on D154108

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list