/* This software contains source code provided by NVIDIA Corporation. * The program is based on the example code hist_cpu.cu of Chapter 9 * of the "CUDA by Example" book. * * A program az NVIDIA Corporation által készített programkódot tartalmaz. * A program a "Cuda by Example" tankönyv 9. fejezetének hist_cpu.cu * példaprogramjára épül. */ #include #include #include using namespace std; #define SIZE (100*1024*1024) void* big_random_block( int size ) { unsigned char *data = (unsigned char*)malloc( size ); for (int i=0; i