We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d64b51 commit 46d1e34Copy full SHA for 46d1e34
cuda_core/cuda/core/experimental/_memory.pyx
@@ -1016,9 +1016,7 @@ class LegacyPinnedMemoryResource(MemoryResource):
1016
APIs.
1017
"""
1018
1019
- def __init__(self):
1020
- # TODO: support flags from cuMemHostAlloc?
1021
- pass
+ # TODO: support creating this MR with flags that are later passed to cuMemHostAlloc?
1022
1023
def allocate(self, size_t size, stream: Stream = None) -> Buffer:
1024
"""Allocate a buffer of the requested size.
0 commit comments