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

[MLIR][DLTI] Add DLTI attr to MLIR-generated modules #165

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

rolfmorel
Copy link
Collaborator

This change serves as a PoC of OV being able to communicate hints to the MLIR-compiler that is responsible for the subgraph. As a PoC we just pass the magic number 32 as a tile size hint.

Later changes can incorporate OV-based logic for deriving the values for these hints.

Copy link
Collaborator

@rengolin rengolin left a comment

Choose a reason for hiding this comment

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

should be fine for now. We can move this to a separate infra later when we have more than one thing to pass on.

Please make sure your branch is up-to-date, there seems to be some conflicts.

This change serves as a PoC of OV being able to communicate
hints to the MLIR-compiler that is responible for the subgraph.
As a PoC we just pass the magic number 32 as a tile size hint.

Later changes can incorporate OV-based logic for deriving the values for
these hints.
@rolfmorel rolfmorel force-pushed the dlti_constant_attr branch from 3123199 to a1a0774 Compare August 8, 2024 10:09
@rolfmorel rolfmorel merged commit c5e619a into slyalin:mlir Aug 8, 2024
13 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants