Skip to content
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

Fix initial-release nvcc v10.1 issue with thread_local.h #579

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

DickJC123
Copy link
Contributor

@DickJC123 DickJC123 commented Nov 5, 2019

As described in issue apache/mxnet#16612 and in PR dmlc/xgboost#4223, the nvcc of the initial cuda 10.1 release could at times fail to compile legitimate source code, with the error signature: cannot call member function XXX without object. This PR supplies the same simple syntactic fix identified in the mentioned PR. Once MXNet is updated to pull in a dmlc-core with this fix, MXNet will compile robustly independent of cuda version. Thanks @rongou for leading me to this solution.
@larroy @ptrendx

@anirudh2290
Copy link
Contributor

anirudh2290 commented Nov 5, 2019

@tqchen @hcho3 can you please help review/merge

@tqchen tqchen merged commit ca9f932 into dmlc:master Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants