Hi,

I just wanted to check back if this is possible with the recent
release (I'm talking abut loading a big dataset into memory once and
then operating on subsets as indicated by boolean slice). I saw there
have been additions to elemwise such as range functionality.

Thanks,
Thomas

On Thu, Feb 24, 2011 at 10:29 AM, Andreas Kloeckner
<[email protected]> wrote:
> On Thu, 24 Feb 2011 06:12:22 -0500, Thomas Wiecki <[email protected]> 
> wrote:
>> Hi Lev,
>>
>> thanks -- I wasn't aware GPUArray supported any slicing at all.
>> However, my slice index is boolean which still does not seem to be
>> supported (is it planned?). Any other ideas?
>
> This could be done as a combination of gpuarray.take()/put() and a
> scan. Since we don't have scan yet, it's not in yet.
>
> Andreas
>
>

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to