llvm-project/mlir/lib/Dialect/SparseTensor
Aart Bik 622eb169f6 [mlir][sparse] add restrictive versions of division support
Right now, we only accept x/c with nonzero c, since this
conceptually can be treated as a x*(1/c) conjunction for both
FP and INT as far as lattice computations go. The codegen
keeps the division though to preserve precise semantics.

See discussion:
https://llvm.discourse.group/t/sparse-tensors-in-mlir/3389/28

Reviewed By: gussmith23

Differential Revision: https://reviews.llvm.org/D105731
2021-07-12 14:59:48 -07:00
..
IR [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
Transforms [mlir][sparse] add restrictive versions of division support 2021-07-12 14:59:48 -07:00
Utils [mlir][sparse] add restrictive versions of division support 2021-07-12 14:59:48 -07:00
CMakeLists.txt [MLIR][Sparse] Refactor lattice code into its own file 2021-06-24 23:03:44 +00:00