-
Notifications
You must be signed in to change notification settings - Fork 83
Fix build break #72
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
Fix build break #72
Conversation
|
oh... I literally did the same thing last night over at |
|
The pipeline keeps failing because git can't checkout the repo at |
|
@nhat-nguyen next time assign the issue to yourself when you start to take a look :) |
manbearian
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.
test
NathanielMcVicar
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
Looks like upstream Triton updated their LLVM reference. The change llvm/llvm-project#71010 removed
memref.tensor_storeas being redundant. I've updated our refernences to memremf.tensor_store with bufferization.materialize_in_destination as per that PR.