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
rmm::out_of_memory
It would be useful if rmm::out_of_memory exceptions could include the attempted allocation size that failed.
"Maximum pool size exceeded (failed to allocate X MiB)"
I am thinking it could just be in the msg, but perhaps it could be added as metadata in the out_of_memory class? I am not entirely sure.
msg
out_of_memory
ASYNC relevant code:
rmm/include/rmm/mr/device/detail/stream_ordered_memory_resource.hpp
Line 212 in 5e5d82b
ARENA relevant code:
rmm/include/rmm/mr/device/arena_memory_resource.hpp
Line 159 in 5e5d82b
The change should also include other allocators.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be useful if
rmm::out_of_memory
exceptions could include the attempted allocation size that failed."Maximum pool size exceeded (failed to allocate X MiB)"
I am thinking it could just be in the
msg
, but perhaps it could be added as metadata in theout_of_memory
class? I am not entirely sure.ASYNC relevant code:
rmm/include/rmm/mr/device/detail/stream_ordered_memory_resource.hpp
Line 212 in 5e5d82b
ARENA relevant code:
rmm/include/rmm/mr/device/arena_memory_resource.hpp
Line 159 in 5e5d82b
The change should also include other allocators.
The text was updated successfully, but these errors were encountered: