CUDALink`
CUDALink`

CUDAInformation

CUDAInformation[]

queries information on all CUDA devices detected.

CUDAInformation[dev]

queries information on CUDA dev.

CUDAInformation[dev,prop]

queries prop on CUDA dev.

Details and Options

  • The CUDALink application must be loaded using Needs["CUDALink`"].
  • The device numbering is system configuration and driver version dependent.

Examples

open allclose all

Basic Examples  (3)

First, load the CUDALink application:

This returns information on all CUDA devices detected on the system:

This returns information on the first device on the system:

This returns the name of the first device:

Applications  (3)

This finds the names of all cards on the system:

This finds all devices with double-precision support:

This finds all Fermi cards on the system:

Neat Examples  (1)

Construct a table of information for all devices on the system:

Wolfram Research (2010), CUDAInformation, Wolfram Language function, https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html.

Text

Wolfram Research (2010), CUDAInformation, Wolfram Language function, https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html.

CMS

Wolfram Language. 2010. "CUDAInformation." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html.

APA

Wolfram Language. (2010). CUDAInformation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html

BibTeX

@misc{reference.wolfram_2023_cudainformation, author="Wolfram Research", title="{CUDAInformation}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_cudainformation, organization={Wolfram Research}, title={CUDAInformation}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html}, note=[Accessed: 19-March-2024 ]}