Skip to content

[BACKEND] Do not use C++20 designated initializers #6615

Merged
lezcano merged 2 commits into
mainfrom
keren/fix-lower-loops
Apr 28, 2025
Merged

[BACKEND] Do not use C++20 designated initializers #6615
lezcano merged 2 commits into
mainfrom
keren/fix-lower-loops

Conversation

@Jokeren
Copy link
Copy Markdown
Contributor

@Jokeren Jokeren commented Apr 27, 2025

No description provided.

@Jokeren Jokeren requested a review from ptillet as a code owner April 27, 2025 19:37
asyncLoads[&op] = {.stageDiff = stageDiff,
.sharedEncoding = sharedEncoding};
asyncLoads[&op].stageDiff = stageDiff;
asyncLoads[&op].sharedEncoding = sharedEncoding;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

NIT: It's a bit inefficient to do the map lookup twice

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Agree

@lezcano lezcano merged commit 64608f6 into main Apr 28, 2025
8 checks passed
@lezcano lezcano deleted the keren/fix-lower-loops branch April 28, 2025 08:34
FindHao pushed a commit to FindHao/triton that referenced this pull request Apr 30, 2025
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.

3 participants