cuda-samples/bin/x86_64/linux/release/APM_quasirandomGenerator_nvrtc.txt
2023-03-01 01:41:29 +00:00

28 lines
737 B
Plaintext

./quasirandomGenerator_nvrtc Starting...
> Using CUDA Device [0]: NVIDIA H100 PCIe
> Using CUDA Device [0]: NVIDIA H100 PCIe
> GPU Device has SM 9.0 compute capability
Allocating GPU memory...
Allocating CPU memory...
Initializing QRNG tables...
Testing QRNG...
quasirandomGenerator, Throughput = 45.0355 GNumbers/s, Time = 0.00007 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 = 94.7508 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...