This is an archive of the discontinued LLVM Phabricator instance.

[Linalg] Add tiling of Linalg to parallel loops.
ClosedPublic

Authored by pifon2a on Feb 4 2020, 5:12 AM.

Diff Detail

Event Timeline

pifon2a created this revision.Feb 4 2020, 5:12 AM
nicolasvasilache accepted this revision.Feb 4 2020, 5:24 AM

Very cool, thanks Alex-DE !

This revision is now accepted and ready to land.Feb 4 2020, 5:24 AM

Unit tests: pass. 62441 tests passed, 0 failed and 845 were skipped.

clang-tidy: fail. clang-tidy found 0 errors and 2 warnings. 0 of them are added as review comments below (why?).

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

This revision was automatically updated to reflect the committed changes.