Sorry, meant to copy the list on this. ---------- Forwarded message ---------- From: "David Mertens" <[email protected]> Date: Aug 24, 2011 8:18 AM Subject: Re: [PyCUDA] Get sublist with largest length To: "Francis" <[email protected]>
Francis, The answer to your question depends on the form of your data structure. Are you working with a Python array of arrays, a C array of arrays, or something else? Is this data already on the GPU, or were you planning on copying it over for this calculation only? There are fast CUDA methods for computing the min or max of a set of numbers, but assembling that set of numbers for your data set may take so much time that the speedup from using CUDA doesn't really matter. That's why I'm asking about the form of the data first. David On Aug 23, 2011 10:07 AM, "Francis" <[email protected]> wrote:
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
