-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvements
Milestone
Description
Possible solutions include
- using
weakref.finalize()
(as you also suggested)- cythonize everything, make all classes
cdef
'd, and switch from__del__
to__dealloc__
- using a lightweight shutdown detection hack (see, e.g., Memory Leak in libllvmlite.so when using Numba numba/numba#9731 (comment) and numba/llvmlite@7347d77)
Originally posted by @leofang in #87 (comment)
Metadata
Metadata
Assignees
Labels
P0High priority - Must do!High priority - Must do!cuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduleenhancementAny code-related improvementsAny code-related improvements