-
Notifications
You must be signed in to change notification settings - Fork 25
Forward codegen info for read/write to wave attributes #355
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
Conversation
ftynse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please give @martin-luecke a chance to review
| op.attributes["index"] = ir.DictAttr.get(index_mappings) | ||
|
|
||
| if getattr(node, "elements_per_thread", None): | ||
| op.attributes["wave.elements_per_thread"] = ir.IntegerAttr.get( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we avoid using generic syntax? Probably not in this commit and may require thinking about exposing something like interfaces in python...
martin-luecke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's just see that CI successfully runs the mlir_converter.py lit test on linux-mi325-1gpu-ossci-iree-org before merging
8fb19cd to
3bbac5f
Compare
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com> Signed-off-by: Surya Jasper <45545431+suryajasper@users.noreply.github.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com>
Signed-off-by: tyb0807 <sontuan.vu@amd.com> Signed-off-by: sa-faizal <sahil.faizal@amd.com>
No description provided.