This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients njs, pitrou, vstinner
Date 2016-03-18.22:54:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458341667.62.0.870155811581.issue26588@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2016-03-18 22:54:27vstinnersetrecipients: + vstinner, pitrou, njs
2016-03-18 22:54:27vstinnersetmessageid: <1458341667.62.0.870155811581.issue26588@psf.upfronthosting.co.za>
2016-03-18 22:54:27vstinnerlinkissue26588 messages
2016-03-18 22:54:27vstinnercreate