[all-commits] [llvm/llvm-project] 39d887: [mlir][NVGPU] Support 2D masks in transform.nvgpu....
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Aug 7 06:47:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39d8876da363f8d8bde0d3ed65a4b127588fbc6e
https://github.com/llvm/llvm-project/commit/39d8876da363f8d8bde0d3ed65a4b127588fbc6e
Author: Matthias Springer <me at m-sp.org>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M mlir/lib/Dialect/NVGPU/Transforms/CreateAsyncGroups.cpp
M mlir/test/Dialect/NVGPU/transform-create-async-groups.mlir
Log Message:
-----------
[mlir][NVGPU] Support 2D masks in transform.nvgpu.create_async_groups
Support IR that is generated by the vector-to-scf lowering of 2D vector transfers with a mask. Only 2D transfers that were fully unrolled are supported at the moment.
Differential Revision: https://reviews.llvm.org/D156695
More information about the All-commits
mailing list