-
Notifications
You must be signed in to change notification settings - Fork 442
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
[4.2.01] Fix msvc cuda release #6660
[4.2.01] Fix msvc cuda release #6660
Conversation
Also split math functions test differently to avoid need for bigobj
@@ -30,6 +30,7 @@ static_assert(false, | |||
|
|||
#include <cstddef> | |||
#include <iosfwd> | |||
#include <iterator> |
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.
why is this needed here?
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.
On Windows with NVCC the implicit includes are different exposing a missing include I beleive it was for std::back_inserter
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.
See #6659 (comment).
Retest this please |
Retest this please. |
Retest this please |
Retest this please. |
474366a
into
kokkos:release-candidate-4.2.01
Equivalent to #6659