-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cleaning up some warnings and enabling -Werror on CPU CI tests #107
Conversation
7f6ecb1
to
43f0aeb
Compare
Thank you for the PR. I will review as soon as possible. Actually, the unused execution space instance is more like a bug, where I made a PR #108 for hotfix. |
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.
Sorry, most of changes stem from unused exec_space
instance bug
common/src/KokkosFFT_transpose.hpp
Outdated
@@ -290,12 +286,12 @@ void _transpose(const ExecutionSpace& exec_space, InViewType& in, | |||
}); | |||
} | |||
|
|||
// FIXME: not used? |
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.
It is at least tested. The Dimension number is used for MDRange rank, but the maximum rank is 6. So I am performing a sequential operation inside parallel region.
@cedricchevalier19 Could you please rebase on the current main. |
f94d564
to
7f1bbee
Compare
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.
Looks good to me. This improves CI a lot!
Should improve #106.