We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to compile PTX code (ptxas received signal 9)
For example: https://buildkite.com/clima/climacore-ci/builds/4458#01924384-ee2a-4328-a106-c6501a46657e.
Per Tim Besard on slack:
signal 9 comes from outside; OOM killer maybe?
I confirmed with him, this is OOM during compilation.
I'm not sure how we can fix this. I think we'll need to profile some simpler cases to see where the compiler is mostly allocating.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example: https://buildkite.com/clima/climacore-ci/builds/4458#01924384-ee2a-4328-a106-c6501a46657e.
Per Tim Besard on slack:
I confirmed with him, this is OOM during compilation.
I'm not sure how we can fix this. I think we'll need to profile some simpler cases to see where the compiler is mostly allocating.
The text was updated successfully, but these errors were encountered: