-
Notifications
You must be signed in to change notification settings - Fork 74
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
alpaka/math Overloaded float specialization #837
alpaka/math Overloaded float specialization #837
Conversation
only HIP complains:
probably just a typo: Cuda -> Hip |
In how far does this depend on #828? |
the math tester in #828 actually enables testing of the alpaka math functions already at compile-time. Before, not all math functions have been used by the tests and thus some bugs have been undetected. By the math tester @jkrude could find the bugs. Thus this relies on #828, so we can detect possible bugs introduced by this PR :) |
Lets finalize #828 so that this is properly tested! |
Fixed all falsly copy-pasted "standard libary".
Regarding all, but the min and max functions:
Added a template specialization for floats, to explicitly use the float backends.
Edit: added dependency