Initializing data...
...allocating CPU memory.
...generating input data
...allocating GPU memory and copying input data

Starting up 64-bin histogram...

Running 64-bin GPU histogram for 65536 bytes (1 runs)...

histogram64() time (average) : 0.00007 sec, 923.0422 MB/sec

histogram64, Throughput = 923.0422 MB/s, Time = 0.00007 s, Size = 65536 Bytes, NumDevsUsed = 1, Workgroup = 64

Validating GPU results...
 ...reading back GPU results
 ...histogram64CPU()
 ...comparing the results...
 ...64-bin histograms match

Shutting down 64-bin histogram...


Initializing 256-bin histogram...
Running 256-bin GPU histogram for 65536 bytes (1 runs)...

histogram256() time (average) : 0.00006 sec, 1092.2667 MB/sec

histogram256, Throughput = 1092.2667 MB/s, Time = 0.00006 s, Size = 65536 Bytes, NumDevsUsed = 1, Workgroup = 192

Validating GPU results...
 ...reading back GPU results
 ...histogram256CPU()
 ...comparing the results
 ...256-bin histograms match

Shutting down 256-bin histogram...


Shutting down...
[histogram] - Test Summary
