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

7 lines
216 B
Plaintext

[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