Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uplift MLIR, add slice tests. #4

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Uplift MLIR, add slice tests. #4

merged 1 commit into from
Oct 29, 2024

Conversation

LPanosTT
Copy link
Contributor

Added tests for slice and uplifted MLIR

The MLIR uplift required a few more register calls and using implicit nesting in the pass manager rather than the default explicit. I chose to do this because the pass manager used by ttmlir-opt has implicit nesting and is able to run the tests we otherwise wouldn't be able to here.

@uazizTT uazizTT force-pushed the main branch 5 times, most recently from 382cfe2 to 89c288d Compare October 29, 2024 03:05
@LPanosTT LPanosTT force-pushed the lpanos/slice_tests branch 3 times, most recently from 6aade23 to 476e891 Compare October 29, 2024 15:25
@uazizTT uazizTT force-pushed the main branch 2 times, most recently from d6cb7d5 to 1a4da93 Compare October 29, 2024 16:13
@@ -69,14 +73,16 @@ tt::runtime::Binary Compile(std::string_view code) {
mlir::ParserConfig{&context, /*verifyAfterParse=*/true});

mlir_module->dump();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants