We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46d095 commit 086db8cCopy full SHA for 086db8c
cuda_bindings/cuda/bindings/_lib/utils.pxi.in
@@ -129,7 +129,6 @@ cdef class _HelperKernelParams:
129
130
cdef class _HelperInputVoidPtr:
131
def __cinit__(self, ptr):
132
- self._pyobj_acquired = False
133
self._cptr = _helper_input_void_ptr(ptr, &self._helper)
134
135
def __dealloc__(self):
0 commit comments