mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:59:17 +08:00
10 lines
411 B
Plaintext
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.
|