cuda-samples/Samples/6_Performance
2022-01-27 17:58:13 +05:30
..
alignedTypes add and update samples for CUDA 11.6 2022-01-13 11:35:24 +05:30
transpose add and update samples for CUDA 11.6 2022-01-13 11:35:24 +05:30
UnifiedMemoryPerf update dependency related links in README files 2022-01-27 17:58:13 +05:30
README.md add and update samples for CUDA 11.6 2022-01-13 11:35:24 +05:30

6. Performance

alignedTypes

A simple test, showing huge access speed gap between aligned and misaligned structures. It measures per-element copy throughput for aligned and misaligned structures on big chunks of data.

transpose

This sample demonstrates Matrix Transpose. Different performance are shown to achieve high performance.

UnifiedMemoryPerf

This sample demonstrates the performance comparision using matrix multiplication kernel of Unified Memory with/without hints and other types of memory like zero copy buffers, pageable, pagelocked memory performing synchronous and Asynchronous transfers on a single GPU.