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

Online Help

All Products    Maple    MapleSim


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.

CUDA:-Enabletrue

false

(1)

CUDA:-Properties

tableMax Grid Size=65535,65535,1,Minor=3,Max Threads Per Block=512,Resisters Per Block=16384,Major=1,Device Overlap=1,Clock Rate=1296000,MultiProcessor Count=30,Kernel Exec Timeout Enabled=false,Texture Alignment=256,Shared Memory Per Block=16384,Name=Quadro FX 5800,Total Global Memory=4294639616,ID=0,Total Constant Memory=65536,Memory Pitch=262144,Max Threads Dimensions=512,512,64,Warp Size=32

(2)

CUDA:-Propertiesid=0

tableMax Grid Size=65535,65535,1,Minor=3,Max Threads Per Block=512,Resisters Per Block=16384,Major=1,Device Overlap=1,Clock Rate=1296000,MultiProcessor Count=30,Kernel Exec Timeout Enabled=false,Texture Alignment=256,Shared Memory Per Block=16384,Name=Quadro FX 5800,Total Global Memory=4294639616,ID=0,Total Constant Memory=65536,Memory Pitch=262144,Max Threads Dimensions=512,512,64,Warp Size=32

(3)

See Also

CUDA

CUDA[Enable]

Supported Hardware for CUDA Acceleration