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

10 lines
462 B
Plaintext
Raw Normal View History

2023-03-01 09:41:29 +08:00
GPU Device 0: "Hopper" with compute capability 9.0
Generic memory compression support is available
Running saxpy on 167772160 bytes of Compressible memory
Running saxpy with 228 blocks x 1024 threads = 0.084 ms 5.960 TB/s
Running saxpy on 167772160 bytes of Non-Compressible memory
Running saxpy with 228 blocks x 1024 threads = 0.345 ms 1.460 TB/s
NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled.