cuda-samples/bin/x86_64/linux/release/APM_scalarProd.txt

20 lines
457 B
Plaintext
Raw Permalink Normal View History

2023-03-01 09:41:29 +08:00
./scalarProd Starting...
GPU Device 0: "Hopper" with compute capability 9.0
Initializing data...
...allocating CPU memory.
...allocating GPU memory.
...generating input data in CPU mem.
...copying input data to GPU mem.
Data init done.
Executing GPU kernel...
GPU time: 0.042000 msecs.
Reading back GPU result...
Checking GPU results...
..running CPU scalar product calculation
...comparing the results
Shutting down...
L1 error: 2.745062E-08
Test passed