This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow polynomial approximations for N-d vectors.
ClosedPublic

Authored by pifon2a on Oct 26 2021, 11:39 AM.

Details

Summary

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.

Diff Detail

Event Timeline

pifon2a created this revision.Oct 26 2021, 11:39 AM
pifon2a requested review of this revision.Oct 26 2021, 11:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 26 2021, 11:39 AM
bkramer accepted this revision.Oct 26 2021, 11:46 AM

looks good

This revision is now accepted and ready to land.Oct 26 2021, 11:46 AM
This revision was landed with ongoing or failed builds.Oct 26 2021, 11:52 AM
This revision was automatically updated to reflect the committed changes.

This diff broke the build, should be fixed in https://reviews.llvm.org/D112570