Francesco Rizzi f288b2e261 Fix bug in 6_Performance/transpose: copy sharedmem kernel (#363)
Update kernel loop bounds handling, main loop data copy to avoid incorrect reuse of output results.

---------

Authored-by: Francesco Rizzi <francesco.rizzi@ng-analytics.com>
2025-05-05 08:46:45 -07:00
..
2024-12-12 11:50:35 -08:00
2024-07-25 16:30:13 +00:00

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.

cudaGraphsPerfScaling

This sample demonstrates the performance characteristics of cuda graphs. It is focused on how the apis scale with graph size.