-
Notifications
You must be signed in to change notification settings - Fork 364
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
hommexx: fix templating #6449
hommexx: fix templating #6449
Conversation
|
@oksanaguba status update? |
will merge next week |
i forgot about this PR, but will merge it in a few days. |
Notes: Depends on a @trey-ornl PR. May not be needed. |
< Kokkos::Impl::FunctorPatternInterface::SCAN | ||
, void | ||
, Lambda, void >::value_type ; | ||
#else | ||
using value_type = | ||
typename Kokkos::Impl::FunctorAnalysis | ||
< Kokkos::Impl::FunctorPatternInterface::SCAN | ||
, void | ||
, Lambda >::value_type ; |
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.
So adding the extra void
template argument doesn't work for the non-GPU case, thus requiring the #ifdef
?
I'm happy to review, but I don't recall the dependent PR. @rljacob, which one is it? |
@trey-ornl -- i do not remember. i think this PR is in a conflict with your CAAR PR, so it is not relevant. i can even close it. |
This one has changes to |
i dont have time testing this, so let's close for now. |
minor fix for column ops for BFB runs on gpu.
adding hops cache files.