WOLFRAM

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)Summary of the most common use cases

First, load the CUDALink application:

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

Out[2]=2

This returns information on the first device on the system:

Out[1]=1

This returns the name of the first device:

Out[1]=1

Applications  (3)Sample problems that can be solved with this function

This finds the names of all cards on the system:

Out[1]=1

This finds all devices with double-precision support:

Out[1]=1

This finds all Fermi cards on the system:

Out[1]=1

Neat Examples  (1)Surprising or curious use cases

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

Out[1]=1
Wolfram Research (2010), CUDAInformation, Wolfram Language function, https://reference.wolfram.com/language/CUDALink/ref/CUDAInformation.html.
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.

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.

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

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

BibTeX

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

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

BibLaTeX

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

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