-
Couldn't load subscription status.
- Fork 64
Resolve conflict between 572 & 540 #576
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
540 landed first. 572 had an older base commit when it was merged. Resolving conflict
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.
the static_assert should not be removed but moved to the correct place
#572 doesn't have So, there are two different things going on here -
|
Not having `static_assert(is_xe_block_2d_atom_v<CopyOp>, "Expected a block 2D atom");` doesn't break existing code, but will prevent any future bugs.
|
This issue broke all the compiles, please merge it directly. |
#540 landed first.
#572 had an older base commit than #540's commit when it was merged.
Resolving conflict