cuda-samples/Samples/1_Utilities
2022-10-14 17:43:37 -07:00
..
bandwidthTest Update samples for CUDA 11.8 with correct props 2022-10-14 17:43:37 -07:00
deviceQuery Update samples for CUDA 11.8 with correct props 2022-10-14 17:43:37 -07:00
deviceQueryDrv Update samples for CUDA 11.8 with correct props 2022-10-14 17:43:37 -07:00
topologyQuery Update samples for CUDA 11.8 with correct props 2022-10-14 17:43:37 -07:00
README.md add and update samples for CUDA 11.6 2022-01-13 11:35:24 +05:30

1. Utilities

bandwidthTest

This is a simple test program to measure the memcopy bandwidth of the GPU and memcpy bandwidth across PCI-e. This test application is capable of measuring device to device copy bandwidth, host to device copy bandwidth for pageable and page-locked memory, and device to host copy bandwidth for pageable and page-locked memory.

deviceQuery

This sample enumerates the properties of the CUDA devices present in the system.

deviceQueryDrv

This sample enumerates the properties of the CUDA devices present using CUDA Driver API calls

topologyQuery

A simple exemple on how to query the topology of a system with multiple GPU