Skip to content

Commit

Permalink
Only use memory resources that haven't been freed (#14103)
Browse files Browse the repository at this point in the history
Fixes #13859

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - David Wendt (https://github.com/davidwendt)

URL: #14103
  • Loading branch information
robertmaynard authored Sep 13, 2023
1 parent 99c7711 commit 1668c2c
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 @@ -392,6 +392,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 1668c2c

Please sign in to comment.