-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rationalise names used for gpu things #321
Conversation
Codecov Report
@@ Coverage Diff @@
## master #321 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 57 57
Lines 3258 3258
=========================================
Hits 3258 3258
Continue to review full report at Codecov.
|
real_type HOSTDEVICE binomial_inversion_calc(real_type u, int n, real_type p) { | ||
__host__ __device__ | ||
real_type binomial_inversion_calc(real_type u, int n, | ||
real_type p) { |
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.
has something gone wrong with the formatting here?
This PR rationalises names used for gpu things:
interface
namespace becomesr
, which will make Add simple python bindings to the dust class #271 much easierI've tried to avoid folding any features in here, but couldn't help adding a fix for #301 because I was interacting with code that is very nearby.
Fixes #317
Fixes #304
Fixes #301
Fixes #298