This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpDSL] Simplify index and constant tests.
ClosedPublic

Authored by gysit on Mar 1 2022, 8:37 AM.

Details

Summary

Simplify tests that use linalg.fill_rng_2d to focus on testing the const and index functions. Additionally, cleanup emit_misc.py to use simpler test functions and fix an error message in config.py.

Diff Detail

Event Timeline

gysit created this revision.Mar 1 2022, 8:37 AM
gysit requested review of this revision.Mar 1 2022, 8:37 AM
gysit updated this revision to Diff 412188.Mar 1 2022, 11:35 AM

Fix typo.

nicolasvasilache accepted this revision.Mar 8 2022, 9:02 AM
This revision is now accepted and ready to land.Mar 8 2022, 9:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 9:02 AM
This revision was automatically updated to reflect the committed changes.