Rasmus Diederichsen
2018-07-24 09:24:40 UTC
Good day, list.
In numpy, one can use arrays of ints to select a non-contiguous subarray, but the same does not work in Pycuda (only slices, ellipses and ints). Is there a straightforward way to emulate this behaviour (maybe use some memcpy call to extract the relevant data)?
Cheers,
Rasmus
In numpy, one can use arrays of ints to select a non-contiguous subarray, but the same does not work in Pycuda (only slices, ellipses and ints). Is there a straightforward way to emulate this behaviour (maybe use some memcpy call to extract the relevant data)?
Cheers,
Rasmus