Open
Description
Hi there,
Correct me if I'm wrong, but I don't think there is a way to use Magma queues with PyCuda via Scikit-Cuda at the moment. As far as I can tell, support for a couple additional magma routines needs to be added: most notably magma_queue_get_device()
, magma_queue_get_cuda_stream()
, and probably magma_queue_create_from_cuda()
.
Any chance of getting those added in?
Activity