Properties - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

CUDA

  

Properties

  

view the properties of CUDA(R)-enabled hardware devices

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Properties( )

Properties( id=arg )

Parameters

arg

-

( integer ) the number of the device for which you want to view properties

Description

• 

The Properties function displays information about the Compute Unified  Device Architecture (CUDA)-enabled hardware devices available on your computer. A table containing properties and their corresponding values is displayed for the device that you specify.

• 

CUDA-enabled devices are enumerated so that each device is assigned a unique number. The id parameter allows you to select the device for which you want to view properties. If the id parameter is not specified, a list of tables (one for each device available on your computer) is displayed.

Examples

Run these examples on a computer that supports CUDA.

(1)

(2)

(3)

See Also

CUDA

CUDA[Enable]

Supported Hardware for CUDA Acceleration

 


Download Help Document