Skip to content

Commit

Permalink
Only use memory resources that haven't been freed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Sep 12, 2023
1 parent 9a5ebb9 commit 7e46e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/cudf_test/base_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ inline auto parse_cudf_test_opts(int argc, char** argv)
auto adaptor = make_stream_checking_resource_adaptor( \
resource.get(), error_on_invalid_stream, check_default_stream); \
rmm::mr::set_current_device_resource(&adaptor); \
return RUN_ALL_TESTS(); \
} \
\
return RUN_ALL_TESTS(); \
Expand Down

0 comments on commit 7e46e68

Please sign in to comment.