We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a4c8d commit 651a426Copy full SHA for 651a426
1 file changed
cuda_core/tests/memory/test_managed_ops.py
@@ -23,8 +23,8 @@
23
_INVALID_HOST_DEVICE_ORDINAL = 0
24
25
26
-# TODO: replace with ``buf.last_prefetch_location`` once ``ManagedBuffer``
27
-# exposes mem-range attributes directly (tracked as a follow-up to PR #1775).
+# TODO(#2109): replace with ``buf.last_prefetch_location`` once
+# ``ManagedBuffer`` exposes mem-range attributes directly.
28
def _last_prefetch_location(buf):
29
return _get_int_attr(buf, driver.CUmem_range_attribute.CU_MEM_RANGE_ATTRIBUTE_LAST_PREFETCH_LOCATION)
30
0 commit comments