llvm-project/mlir/include
Aart Bik 5c4e397e6c [mlir][sparse] add parallelization strategies to sparse compiler
This CL adds the ability to request different parallelization strategies
for the generate code. Every "parallel" loop is a candidate, and converted
to a parallel op if it is an actual for-loop (not a while) and the strategy
allows dense/sparse outer/inner parallelization.

This will connect directly with the work of @ezhulenev on parallel loops.

Still TBD: vectorization strategy

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D91978
2020-11-24 17:17:13 -08:00
..
mlir [mlir][sparse] add parallelization strategies to sparse compiler 2020-11-24 17:17:13 -08:00
mlir-c Use MlirStringRef throughout the C API 2020-11-23 14:07:30 -08:00