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.01024 sec, 6.4025 MB/sec

histogram64, Throughput = 6.4025 MB/s, Time = 0.01024 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.00908 sec, 7.2200 MB/sec

histogram256, Throughput = 7.2200 MB/s, Time = 0.00908 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
