[all-commits] [llvm/llvm-project] 630157: [mlir][SparseTensor] Enable VLA ops in index value...
jsetoain via All-commits
all-commits at lists.llvm.org
Thu Apr 28 01:45:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6301574206b39f72edb957f3b069f3892c117d4b
https://github.com/llvm/llvm-project/commit/6301574206b39f72edb957f3b069f3892c117d4b
Author: Javier Setoain <javier.setoain at gmail.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/Sparsification.cpp
Log Message:
-----------
[mlir][SparseTensor] Enable VLA ops in index value generation
Current index value generation uses fixed-length vector ops, this patch
adds an alterantive codegen path compatible with scalable vectors by
using `LLVM::StepVectorOp`.
Differential Revision: https://reviews.llvm.org/D124454
More information about the All-commits
mailing list