llvm-project/mlir/include
Aart Bik 86e9bc1a34 [mlir][sparse] add option for 32-bit indices in scatter/gather
Controlled by a compiler option, if 32-bit indices can be handled
with zero/sign-extention alike (viz. no worries on non-negative
indices), scatter/gather operations can use the more efficient
32-bit SIMD version.

Reviewed By: bixia

Differential Revision: https://reviews.llvm.org/D103632
2021-06-04 16:57:12 -07:00
..
mlir [mlir][sparse] add option for 32-bit indices in scatter/gather 2021-06-04 16:57:12 -07:00
mlir-c [mlir][python] Provide "all passes" registration module in Python 2021-05-26 15:14:57 -07:00