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][ArmSME] Add optional mask operand to tile_store #70657

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

c-rhodes
Copy link
Collaborator

No description provided.

Comment on lines +63 to +67
class HasMatchingMaskTypeConstraint<string vector, string mask> :
OptionalTypesMatchWith<
mask # " has i1 element type and same shape as " # vector,
vector, mask,
"::llvm::cast<mlir::VectorType>($_self).cloneWith({}, IntegerType::get($_ctxt, 1))">;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@MacDue I've based on the constraint you're adding in #69604 but parameterized it

Copy link
Member

Choose a reason for hiding this comment

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

You should be able to rebase and de-duplicate this now :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done :)

@c-rhodes c-rhodes force-pushed the mlir-arm-sme-tile-store-mask branch from 1cfe5d2 to f1cf692 Compare October 31, 2023 14:32
Copy link
Member

@MacDue MacDue left a comment

Choose a reason for hiding this comment

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

A couple of little comments:

mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td Outdated Show resolved Hide resolved
mlir/test/Dialect/ArmSME/vector-ops-to-sme.mlir Outdated Show resolved Hide resolved
@c-rhodes c-rhodes merged commit 1908f47 into llvm:main Nov 1, 2023
2 checks passed
@c-rhodes c-rhodes deleted the mlir-arm-sme-tile-store-mask branch November 1, 2023 07:15
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