We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a948066 commit 1457599Copy full SHA for 1457599
1 file changed
cuda_core/cuda/core/managed_memory.py
@@ -6,4 +6,4 @@
6
7
from cuda.core._memory._buffer import advise, discard_prefetch, prefetch
8
9
-__all__ = ["advise", "prefetch", "discard_prefetch"]
+__all__ = ["advise", "discard_prefetch", "prefetch"]
0 commit comments