[all-commits] [llvm/llvm-project] 7bdd37: [mlir][gpu] Change ParalellLoopMappingAttr to AttrDef
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Jun 9 15:23:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bdd3722f20c68ce14d153939bd8aa11d1c0d482
https://github.com/llvm/llvm-project/commit/7bdd3722f20c68ce14d153939bd8aa11d1c0d482
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUBase.td
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h
M mlir/include/mlir/Dialect/GPU/ParallelLoopMapperAttr.td
M mlir/include/mlir/Dialect/GPU/Passes.td
M mlir/include/mlir/IR/Builders.h
M mlir/include/mlir/IR/DialectImplementation.h
M mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
M mlir/lib/Dialect/GPU/Transforms/ParallelLoopMapper.cpp
M mlir/test/Conversion/SCFToGPU/parallel_loop.mlir
M mlir/test/Dialect/GPU/mapping.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][gpu] Change ParalellLoopMappingAttr to AttrDef
It was a StructAttr. Also adds a FieldParser for AffineMap.
Depends on D127348
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D127350
More information about the All-commits
mailing list