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

10 lines
411 B
Plaintext

[Matrix Multiply Using CUDA] - Starting...
MatrixA(320,320), MatrixB(640,320)
> Using CUDA Device [0]: NVIDIA H100 PCIe
> Using CUDA Device [0]: NVIDIA H100 PCIe
> GPU Device has SM 9.0 compute capability
Computing result using CUDA Kernel...
Checking computed result for correctness: Result = PASS
NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.