Skip to content

Commit 651a426

Browse files
committed
test(cuda.core): link _last_prefetch_location TODO to #2109
Tracking issue filed for exposing mem-range attributes on `ManagedBuffer` directly. Once #2109 lands the private helper goes away.
1 parent b9a4c8d commit 651a426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cuda_core/tests/memory/test_managed_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
_INVALID_HOST_DEVICE_ORDINAL = 0
2424

2525

26-
# TODO: replace with ``buf.last_prefetch_location`` once ``ManagedBuffer``
27-
# exposes mem-range attributes directly (tracked as a follow-up to PR #1775).
26+
# TODO(#2109): replace with ``buf.last_prefetch_location`` once
27+
# ``ManagedBuffer`` exposes mem-range attributes directly.
2828
def _last_prefetch_location(buf):
2929
return _get_int_attr(buf, driver.CUmem_range_attribute.CU_MEM_RANGE_ATTRIBUTE_LAST_PREFETCH_LOCATION)
3030

0 commit comments

Comments
 (0)