Skip to content

Commit d9270a1

Browse files
committed
device_id can be an int
1 parent 5c1b7a9 commit d9270a1

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
@@ -75,7 +75,7 @@ cdef class StridedMemoryView:
7575
"""
7676
cdef readonly:
7777
intptr_t ptr
78-
intptr_t device_id
78+
int device_id
7979
bint is_device_accessible
8080
bint readonly
8181
object exporting_obj

0 commit comments

Comments
 (0)