-
Notifications
You must be signed in to change notification settings - Fork 104
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 clang format conflicts un unchecked policy branch #1789
Conversation
Use a macro to generate the various aliases
This iteration mapping assumes that the number of iterations is the same as the size of the range and does no checking. This is useful when mapping gpu blocks as we often launch the exact number we need and don't need to check if we are in range. This can give ~5% speedup vs direct in this case.
There were a number missing for cuda/hip
This adds testing for unchecked policies with cuda and hip in kernel and launch.
Fix some merge conflicts. More work to do...
This PR has a large number of small changes, notably the date changes. I thought dates had been previously updated? |
This is mainly to make sure that we're happy with the way the merge conflicts were handled, but there are too many formatting changes in this PR to actually look at that. I'm trying to figure out the failing test, but I'll close this for now. |
I changed the base to develop to better see the changes. |
@artv3 can you double check that this has all the policies that you think it should have? I'm pretty sure that this has strictly more than existed before. |
This is failing a test due to this issue and hopefully not anything intrinsic to these changes. #1733 |
…ng/clang-format-conflicts
…ng-format-conflicts
Fix merge conflicts caused by clang format changes