[all-commits] [llvm/llvm-project] 5ef7ce: [mlir][Vector] Significantly improve VectorToGPU.cpp
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Feb 14 16:49:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ef7ceae5769e30aab78a9f1e7bf1e4e68e8b859
https://github.com/llvm/llvm-project/commit/5ef7ceae5769e30aab78a9f1e7bf1e4e68e8b859
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M mlir/include/mlir/Conversion/VectorToGPU/VectorToGPU.h
M mlir/include/mlir/Dialect/NVGPU/Utils/MMAUtils.h
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/lib/Dialect/NVGPU/Utils/MMAUtils.cpp
M mlir/test/Conversion/VectorToGPU/vector-to-mma-ops.mlir
Log Message:
-----------
[mlir][Vector] Significantly improve VectorToGPU.cpp
This revision performs a bunch of cleanups and tracks free-flowing IR mutations.
APIs are systematized around RewriterBase and relevant debug messages are added.
Deliberate use of OpBuilder::InsertionGuard is added where needed.
Differential Revision: https://reviews.llvm.org/D143738
More information about the All-commits
mailing list