Skip to content

Commit 46d1e34

Browse files
authored
nit: remove __init__
1 parent 5d64b51 commit 46d1e34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cuda_core/cuda/core/experimental/_memory.pyx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,7 @@ class LegacyPinnedMemoryResource(MemoryResource):
10161016
APIs.
10171017
"""
10181018

1019-
def __init__(self):
1020-
# TODO: support flags from cuMemHostAlloc?
1021-
pass
1019+
# TODO: support creating this MR with flags that are later passed to cuMemHostAlloc?
10221020

10231021
def allocate(self, size_t size, stream: Stream = None) -> Buffer:
10241022
"""Allocate a buffer of the requested size.

0 commit comments

Comments
 (0)