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

[BUG] HugeCTR doesn't compile with cudf v22.06+ #353

Closed
benfred opened this issue Aug 23, 2022 · 0 comments · Fixed by #354
Closed

[BUG] HugeCTR doesn't compile with cudf v22.06+ #353

benfred opened this issue Aug 23, 2022 · 0 comments · Fixed by #354

Comments

@benfred
Copy link
Member

benfred commented Aug 23, 2022

Describe the bug
HugeCTR doesn't compile with cudf 22.06.

This seems to be because cudf renamed CUDA_TRY to CUDF_CUDA_TRY in rapidsai/cudf#10589, and moved the 'default_hash' function to the cudf::detail namespace in rapidsai/cudf#10462 both of which prevent the tools/dlrm_script code from compiling succesfully

To Reproduce
Update cudf to 22.06 and try to build hugectr.

Environment (please complete the following information):
building using dockerfile.ctr, with the dockerfile.merlin file updated to use DLFW 22.07 (which includes cudf 22.06), with changes in NVIDIA-Merlin/Merlin#556

@benfred benfred linked a pull request Aug 23, 2022 that will close this issue
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 a pull request may close this issue.

1 participant