Large Data Sets and 3D Gaussian
Friday, April 17th, 2009Firstly a small fix:
In the post about the 2D gaussian there was a typo:
should read
this has now been fixed in the original article.
Last night I successfully made my 2048*2048*2048 * 2 bytes data set. The random data was generated using the mersenne twister algorithm with a fixed seed so I can recreate it later if needed. I also created a smaller set of 512×512x512 in order to interactively test my kernels.

