mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-25 02:59:15 +08:00
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
./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
|