Changes between Version 2 and Version 3 of CudaApps


Ignore:
Timestamp:
Mar 23, 2009, 11:55:45 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CudaApps

    v2 v3  
    11= CUDA applications =
     2
     3== Device selection ==
     4
     5Your application will be run with an additional command-line argument
     6{{{
     7--device m
     8}}}
     9where m specifies with GPU to use (0..n-1).
     10Pass this to cudaSetDevice().
     11
     12If your application uses multiple GPUs, there will be multiple --device arguments.
    213
    314== CUDA initialization ==