Bernardo Covas
Bernardo Covas
Hi! Is there a way that I can have a list of integers inside a kernel representing pointers to array data of known sizes? Curretly I am working with big...
Is it possible to use warp with python threading? I use python's `ThreadPoolExecutor` frequently to paralelize binded c++ code, and started using warp also along with it. It seems to...
Hi! Is there a way that I can have a list of integers inside a kernel representing pointers to array data of known sizes? Curretly I am working with big...
classes inheriting from Ndarray should have their memory released Issue: #8763 ### Brief Summary ScalarNdarray implements __del__() to allow python to get rid of the allocated memory, but other subclasses...
**Describe the bug** `ScalarNdarray` implements `__del__()` to allow python to get rid of the allocated memory, but other subclasses of `Ndarray` (like `VectorNdarray()` or `MatrixNdarray()`) don't implement the same behaviour....