Skip to content

Commit

Permalink
Remove Base.enable_rmm_pool method as it is no longer needed (rapidsa…
Browse files Browse the repository at this point in the history
…i#3875)

This should resolve the confusion caused in the issue rapidsai/raft#228. Tagging @dantegd for review.

Authors:
  - Thejaswi. N. S (https://github.com/teju85)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#3875
  • Loading branch information
teju85 authored May 19, 2021
1 parent f027eb0 commit 28edfe5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cuml/common/base.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,6 @@ class Base(TagsMixin,
string = string.rstrip(', ')
return string + ')'

def enable_rmm_pool(self):
self.handle.enable_rmm_pool()

def get_param_names(self):
"""
Returns a list of hyperparameter names owned by this class. It is
Expand Down

0 comments on commit 28edfe5

Please sign in to comment.