Function Repository Resource:

ProcessorInformation

Source Notebook

Retrieve information on available processors

Contributed by: Michael Sollami

ResourceFunction["ProcessorInformation"][]

retrieves information about a machine's processors.

ResourceFunction["ProcessorInformation"][device]

retrieves information about the specified device.

Details and Options

In the one-argument form ResourceFunction["ProcessorInformation"][device], device may be "GPU" or "CPU".
Checking the information on a GPU requires downloading some libraries.

Examples

Basic Examples (1) 

Retrieve information on your machine's processors:

In[1]:=
ResourceFunction["ProcessorInformation"][]
Out[1]=

Scope (2) 

Retrieve information on your machine's CPU:

In[2]:=
ResourceFunction["ProcessorInformation"]["CPU"]
Out[2]=

Retrieve information on your machine's GPU:

In[3]:=
ResourceFunction["ProcessorInformation"]["GPU"]
Out[3]=

Publisher

Michael Sollami

Version History

  • 1.0.0 – 26 February 2020

Related Resources

License Information