Hi,

I have been writing some lines for a project regarding management of pretty large data sets. I have been trying to simplify the problem as much as possible to understand where the problem is since I got wrong results.

The simplification of the problem is the following:

I have a pretty long array of data containing numbers in a given interval (let's suppose between 0.0 and 1.0), for example

total_numbers=10000
np.random.random(total_numbers).astype(np.float32)

I would like make a histogram of those data. I was wondering which would be the best strategy to achieve this in PyCUDA.

Thanks a lot!

Fran.

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

Reply via email to