Skip to content

Commit

Permalink
FIX remove host_serialize docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Aug 24, 2022
1 parent 407aa96 commit 69b01ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cuml/common/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def to_output(self, output_type='cupy', output_dtype=None):
@nvtx.annotate(message="common.CumlArray.host_serialize", category="utils",
domain="cuml_python")
def host_serialize(self):
"""
Serialize data and metadata associated with host memory.
"""
header, frames = self.device_serialize()
header["writeable"] = len(frames) * (None,)
frames = [
Expand Down

0 comments on commit 69b01ea

Please sign in to comment.