[all-commits] [llvm/llvm-project] e941e1: [mlir][linalg] Add test case: vectorize tensor.pad...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 4 07:50:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e941e16de8ff5b9c368dc51e40f6922fea8465e8
https://github.com/llvm/llvm-project/commit/e941e16de8ff5b9c368dc51e40f6922fea8465e8
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/test/Dialect/Linalg/pad-to-specific-memory-space.mlir
Log Message:
-----------
[mlir][linalg] Add test case: vectorize tensor.pad and bufferize to allocation
Add a test case that first vectorizes a `tensor.pad` op, then bufferizes it to a new allocation with a specified memory space.
Differential Revision: https://reviews.llvm.org/D154082
More information about the All-commits
mailing list