[issue26588] _tracemalloc: add support for multiple address spaces (domains)

STINNER Victor report at bugs.python.org
Fri Mar 18 18:54:27 EDT 2016


STINNER Victor added the comment:

> Also, Numba allows use of the Numpy API (part thereof, anyway) on GPUs.

Do you mean that Numba requires supporting multiple address spaces to be able to use tracemalloc? Or that supporting multiple address spaces would also to *also* track GPU memory allocations?

A friend told me that CUDA, OpenGL and OpenCL can (should?) be seen as 3 different address spaces. These libraries don't expose directly addresses in the GPU address space, but may use handles.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26588>
_______________________________________


More information about the Python-bugs-list mailing list