Skip to content

Commit 9a9a928

Browse files
mdboomCopilot
andcommitted
Update cuda_core/cuda/core/experimental/_memoryview.pyx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a0f1690 commit 9a9a928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)