Technical Blog
Tag: Device queries
Subscribe
Technical Walkthrough
Jan 27, 2014
CUDA Pro Tip: Control GPU Visibility with CUDA_VISIBLE_DEVICES
As a CUDA developer, you will often need to control which devices your application uses. In a short-but-sweet post on the Acceleware blog, Chris Mason writes…
3 MIN READ
Technical Walkthrough
Nov 21, 2012
How to Query Device Properties and Handle Errors in CUDA C/C++
In this third post of the CUDA C/C++ series, we discuss various characteristics of the wide range of CUDA-capable GPUs, how to query device properties from…
7 MIN READ
Technical Walkthrough
Nov 15, 2012
How to Query Device Properties and Handle Errors in CUDA Fortran
In this third post of the CUDA Fortran series we discuss various characteristics of the wide range of CUDA-capable GPUs, how to query device properties from…
8 MIN READ