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

Switch debug build to RelWithDebInfo #6033

Merged
merged 4 commits into from
Aug 26, 2024

Conversation

rongou
Copy link
Contributor

@rongou rongou commented Aug 19, 2024

It seems cuML doesn't actually build with the Debug build type using the -g option. Switching to RelWithDebInfo seems to work, and gives us line number information, although some code is optimized out. Seems like a reasonable comprise to help with debugging until we can get the Debug working properly.

@rongou rongou requested a review from a team as a code owner August 19, 2024 23:53
@rongou
Copy link
Contributor Author

rongou commented Aug 19, 2024

@lijinf2

@lijinf2 lijinf2 added CUDA / C++ CUDA issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Aug 20, 2024
@rongou
Copy link
Contributor Author

rongou commented Aug 22, 2024

cc @cjnolet @dantegd

@rongou
Copy link
Contributor Author

rongou commented Aug 26, 2024

@cjnolet @dantegd can this be merged? Thanks!

@dantegd
Copy link
Member

dantegd commented Aug 26, 2024

@cjnolet @dantegd can this be merged? Thanks!

@rongou it requires review from someone from the @rapidsai/packaging-codeowners team like @KyleFromNVIDIA

@cjnolet
Copy link
Member

cjnolet commented Aug 26, 2024

/merge

@rapids-bot rapids-bot bot merged commit 973a65f into rapidsai:branch-24.10 Aug 26, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA / C++ CUDA issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

5 participants