Skip to content

Commit a1878ad

Browse files
mdboomCopilot
andauthored
Update cuda_core/cuda/core/experimental/_memoryview.pyx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 766070e commit a1878ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/_memoryview.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cdef class StridedMemoryView:
7878
intptr_t device_id
7979
bint is_device_accessible
8080
bint readonly
81-
object exporting_obj
81+
object exporting_obj
8282

8383
# The tensor object if has obj has __dlpack__, otherwise must be NULL
8484
cdef DLTensor *dl_tensor

0 commit comments

Comments
 (0)