Skip to content

Commit

Permalink
Remove RMM init/finalize from cudf test fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Mar 17, 2020
1 parent 1915d0a commit f3c7ff8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/tests/utilities/base_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ class BaseFixture : public ::testing::Test {
*---------------------------------------------------------------------------**/
rmm::mr::device_memory_resource* mr() { return _mr; }

static void SetUpTestCase() { ASSERT_EQ(rmmInitialize(nullptr), RMM_SUCCESS); }

static void TearDownTestCase() { ASSERT_EQ(rmmFinalize(), RMM_SUCCESS); }
};

template <typename T, typename Enable = void>
Expand Down

0 comments on commit f3c7ff8

Please sign in to comment.