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

Suppres ptxas stack size warning in Debug mode #1033

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

tfeher
Copy link
Contributor

@tfeher tfeher commented Nov 18, 2022

PR #939 introduced CUTLASS dependency. When compiled in debug mode, this leads to the following error:

ptxas error   : Stack size for entry function '_ZN12raft_cutlass6KernelINS_...' cannot be statically determined

This would be normally just a warning, but we treat warnings as errors. This PR disables the warning in Debug mode.

@tfeher tfeher added bug Something isn't working non-breaking Non-breaking change labels Nov 18, 2022
@tfeher tfeher requested a review from a team as a code owner November 18, 2022 09:13
@cjnolet
Copy link
Member

cjnolet commented Nov 18, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 6d72872 into rapidsai:branch-22.12 Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants