cuda-samples/Samples/1_Utilities
Sangeet S 8ccb13c6f0
Fix typo #161
Fix typo in line 14 from "simple exemple" to simple "example"
2024-01-17 13:16:01 -05:00
..
bandwidthTest Fixing jitlto regression, including missing cuDLA source files for bug #235, and updating changelogs 2023-11-09 16:52:00 +00:00
deviceQuery Fixing jitlto regression, including missing cuDLA source files for bug #235, and updating changelogs 2023-11-09 16:52:00 +00:00
deviceQueryDrv Fixing jitlto regression, including missing cuDLA source files for bug #235, and updating changelogs 2023-11-09 16:52:00 +00:00
topologyQuery Fixing jitlto regression, including missing cuDLA source files for bug #235, and updating changelogs 2023-11-09 16:52:00 +00:00
README.md Fix typo #161 2024-01-17 13:16:01 -05:00

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 example on how to query the topology of a system with multiple GPU