-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add basic support to CUDA #717
Conversation
Build errors should be fixed by: boostorg/math#1168 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #717 +/- ##
=========================================
- Coverage 99.1% 99.1% -0.0%
=========================================
Files 230 230
Lines 16431 16432 +1
Branches 1779 1781 +2
=========================================
- Hits 16279 16278 -1
- Misses 152 154 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Back to green now that upstream math is fixed |
This gets add, sub, mul, and div working for |
Upstream fixes to math have been merged. Will double back if there's any remaining failures but I expect there will not be. |
No description provided.