Samples for CUDA Developers which demonstrates features in CUDA Toolkit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

669 B

1. Utilities

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

Note

bandwidthTest

The bandwidthTest sample was out-of-date and has been removed as of the CUDA Samples 12.9 release (see the change log). For up-to-date bandwidth measurements, refer instead to the NVBandwith utility.