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 5c1b7a9 commit d9270a1Copy full SHA for d9270a1
1 file changed
cuda_core/cuda/core/experimental/_memoryview.pyx
@@ -75,7 +75,7 @@ cdef class StridedMemoryView:
75
"""
76
cdef readonly:
77
intptr_t ptr
78
- intptr_t device_id
+ int device_id
79
bint is_device_accessible
80
bint readonly
81
object exporting_obj
0 commit comments