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
Describe the bug The following two tests expect exceptions when allocating more than 100GB of memory (1e11 bytes).
test_failure_callback_resource_adaptor
test_failure_callback_resource_adaptor_error
Steps/Code to reproduce bug Run RMM pytests on a >100GiB GPU, e.g. GH200.
Expected behavior Tests should pass.
The text was updated successfully, but these errors were encountered:
Query total memory in failure_callback_resource_adaptor tests (#1734)
3b5f6af
Fixes #1733 by querying total device memory and using twice as much in tests that are expected to fail allocation. Authors: - Mark Harris (https://github.com/harrism) Approvers: - Bradley Dice (https://github.com/bdice) URL: #1734
harrism
Successfully merging a pull request may close this issue.
Describe the bug
The following two tests expect exceptions when allocating more than 100GB of memory (1e11 bytes).
test_failure_callback_resource_adaptor
test_failure_callback_resource_adaptor_error
Steps/Code to reproduce bug
Run RMM pytests on a >100GiB GPU, e.g. GH200.
Expected behavior
Tests should pass.
The text was updated successfully, but these errors were encountered: