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

7 lines
216 B
Plaintext
Raw Normal View History

2023-03-01 09:41:29 +08:00
[Vector addition of 50000 elements]
Copy input data from the host memory to the CUDA device
CUDA kernel launch with 196 blocks of 256 threads
Copy output data from the CUDA device to the host memory
Test PASSED
Done