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

[OM] Add external class declaration. #5611

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

mikeurbach
Copy link
Contributor

An external class is to a class what an external module is to a module. It captures just the types of the external class parameters, and fields, but no computation. This will be useful for linking together OM dialect IR.

An external class is to a class what an external module is to a
module. It captures just the types of the external class parameters,
and fields, but no computation. This will be useful for linking
together OM dialect IR.
Copy link
Member

@uenoku uenoku left a comment

Choose a reason for hiding this comment

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

LGTM

@mikeurbach mikeurbach merged commit e4da35f into main Jul 18, 2023
@mikeurbach mikeurbach deleted the mikeurbach/om-dialect-extern branch July 18, 2023 14:58
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.

2 participants