Use rmm::percent_of_free_device_memory in arena_mr_tests #1674
Labels
cpp
Pertains to C++ code
improvement
Improvement / enhancement to an existing function
tech debt
debt Internal clean up and improvements to reduce maintenance and technical debt in general
rmm/tests/mr/device/arena_mr_tests.cpp
Lines 487 to 495 in 9864b51
We should refactor this test to use
rmm::percent_of_free_device_memory
. I think the only difference is whether it usesrmm::align_up
vs.rmm::align_down
, but that seems unimportant here?Originally posted by @bdice in #1672 (comment)
The text was updated successfully, but these errors were encountered: