-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Document CUDA requirement, lack of external memory on GPU #3624
Conversation
06fab51
to
39c7d85
Compare
@RAMitchell Just checking with you whether CUDA 8.0+, Compute Capability 3.5+ is reasonable systems requirements going forward. |
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.
@hcho3 yes this is reasonable
Codecov Report
@@ Coverage Diff @@
## master #3624 +/- ##
===========================================
+ Coverage 50.37% 50.48% +0.1%
Complexity 188 188
===========================================
Files 172 172
Lines 13986 13986
Branches 457 457
===========================================
+ Hits 7046 7061 +15
+ Misses 6715 6700 -15
Partials 225 225
Continue to review full report at Codecov.
|
* Document fact that GPU doesn't support external memory * Document CUDA requirement
* Document fact that GPU doesn't support external memory * Document CUDA requirement
* Document fact that GPU doesn't support external memory * Document CUDA requirement
* Document fact that GPU doesn't support external memory * Document CUDA requirement
* Document fact that GPU doesn't support external memory * Document CUDA requirement
Addresses #3623 and #3625.