[all-commits] [llvm/llvm-project] 96cee2: [mlir] Allow polynomial approximations for N-d vec...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Tue Oct 26 11:52:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96cee29762f0aa638a96db46f27282b585622d0c
https://github.com/llvm/llvm-project/commit/96cee29762f0aa638a96db46f27282b585622d0c
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
M mlir/test/Dialect/Math/polynomial-approximation.mlir
Log Message:
-----------
[mlir] Allow polynomial approximations for N-d vectors.
Polynomial approximation can be extented to support N-d vectors.
N-dimensional vectors are useful when vectorizing operations on N-dimensional
tiles. Before lowering to LLVM these vectors are usually unrolled or flattened
to 1-dimensional vectors.
Differential Revision: https://reviews.llvm.org/D112566
More information about the All-commits
mailing list