mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:49:19 +08:00
25 lines
605 B
Plaintext
25 lines
605 B
Plaintext
./quasirandomGenerator Starting...
|
|
|
|
Allocating GPU memory...
|
|
Allocating CPU memory...
|
|
Initializing QRNG tables...
|
|
|
|
Testing QRNG...
|
|
|
|
quasirandomGenerator, Throughput = 51.2334 GNumbers/s, Time = 0.00006 s, Size = 3145728 Numbers, NumDevsUsed = 1, Workgroup = 384
|
|
|
|
Reading GPU results...
|
|
Comparing to the CPU results...
|
|
|
|
L1 norm: 7.275964E-12
|
|
|
|
Testing inverseCNDgpu()...
|
|
|
|
quasirandomGenerator-inverse, Throughput = 116.2931 GNumbers/s, Time = 0.00003 s, Size = 3145728 Numbers, NumDevsUsed = 1, Workgroup = 128
|
|
Reading GPU results...
|
|
|
|
Comparing to the CPU results...
|
|
L1 norm: 9.439909E-08
|
|
|
|
Shutting down...
|