This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize] Add analysis fuzzer option
ClosedPublic

Authored by springerm on Oct 26 2021, 4:46 PM.

Details

Summary

Analyze ops in a pseudo-random order to see if any assertions are triggered. Randomizing the order of analysis likely worsens the quality of the bufferization result (more out-of-place bufferizations). However, assertions should never fail, as that would indicate a problem with our implementation.

Diff Detail

Event Timeline

springerm created this revision.Oct 26 2021, 4:46 PM
springerm requested review of this revision.Oct 26 2021, 4:46 PM
This revision is now accepted and ready to land.Oct 27 2021, 12:17 AM
This revision was automatically updated to reflect the committed changes.