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

[NFC] Create Dialects, move IR and Transforms within it #4

Merged

Conversation

sjain-stanford
Copy link
Collaborator

@sjain-stanford sjain-stanford commented Oct 14, 2023

Move IR and Transforms within Dialect to match with MLIR / Torch-MLIR convention. This is a non-functional change.

@sjain-stanford sjain-stanford requested a review from sanjoy October 14, 2023 17:57
Comment on lines -10 to +13
#include "PassDetail.h"
#include "../PassDetail.h"

#include "IR/TcpDialect.h"
#include "IR/TcpOps.h"
#include "Dialect/IR/TcpDialect.h"
#include "Dialect/IR/TcpOps.h"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are not being tested at the moment, I plan to send a follow-on to add TorchBackendToTcpBackendPipeline along with LIT tests that should cover this pass.

@sjain-stanford sjain-stanford changed the title [NFC] Create Dialects and move IR, Transforms to it [NFC] Create Dialects, move IR and Transforms within it Oct 14, 2023
@sjain-stanford sjain-stanford requested a review from a team October 14, 2023 19:37
@sjain-stanford sjain-stanford merged commit 53b16f9 into cruise-automation:main Oct 15, 2023
@sjain-stanford sjain-stanford deleted the sambhav/dialect_refactor branch October 15, 2023 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants