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

10 lines
343 B
Plaintext
Raw Permalink Normal View History

2023-03-01 09:41:29 +08:00
> Using CUDA Device [0]: NVIDIA H100 PCIe
> Using CUDA Device [0]: NVIDIA H100 PCIe
> GPU Device has SM 9.0 compute capability
[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