[all-commits] [llvm/llvm-project] 9fa7b9: [mlir][gpu] Add target attribute to GPU modules.
Fabian Mora via All-commits
all-commits at lists.llvm.org
Tue Aug 8 06:20:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fa7b9ef21c476c428f8b0ed69237daae3bbe76c
https://github.com/llvm/llvm-project/commit/9fa7b9ef21c476c428f8b0ed69237daae3bbe76c
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/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/test/Dialect/GPU/invalid.mlir
Log Message:
-----------
[mlir][gpu] Add target attribute to GPU modules.
**For an explanation of these patches see D154153.**
Commit message:
Adds support for Target attributes in GPU modules. This change enables attaching
an optional non empty array of GPU target attributes to the module.
Depends on D154104
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D154113
More information about the All-commits
mailing list