mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 18:49:18 +08:00
28 lines
737 B
Plaintext
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...
|