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

Temporary fix for upstream cuML issues #64

Merged
merged 3 commits into from
May 28, 2021
Merged

Temporary fix for upstream cuML issues #64

merged 3 commits into from
May 28, 2021

Conversation

wphicks
Copy link
Collaborator

@wphicks wphicks commented May 26, 2021

Include cuML header directory that is currently nested one layer too deep (to be fixed by rapidsai/cuml#3901)

Ignore unused variable warnings due to unused variable in fil.h introduced by rapidsai/cuml#3763

Include cuML header directory that is currently nested one layer too
deep (to be fixed by rapidsai/cuml#3901)

Ignore unused variable warnings due to unused variable in fil.h
introduced by rapidsai/cuml#3763
@wphicks
Copy link
Collaborator Author

wphicks commented May 26, 2021

This PR allows builds to go forward while two upstream problems are addressed. The issue with include directory nesting already has a fix that is just stuck on CI issues, so the corresponding line should be removed from CMakeLists.txt before release. The other may need to remain in place until after 21.06.

@wphicks wphicks requested a review from hcho3 May 26, 2021 23:01
@JohnZed
Copy link
Collaborator

JohnZed commented May 27, 2021

Is the ENV{CONDA_PREFIX} safe even after rapidsai/cuml#3901 is merged?

hcho3
hcho3 previously approved these changes May 27, 2021
@wphicks
Copy link
Collaborator Author

wphicks commented May 28, 2021

@JohnZed Nope, it's not safe; that change was to unblock @hcho3 yesterday in case it took longer for 3901 to make it through CI. I'll go ahead and pull it out and then merge the unused variable fix. Thanks both of you for taking a look at this one.

@wphicks wphicks merged commit 4140d18 into main May 28, 2021
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