A high-performance general-purpose compute library

Gets the number of compute devices on the system More...

Functions

int devicecount ()
 Gets the number of devices.
 
int getDeviceCount ()
 Gets the number of devices.
 
af_err af_get_device_count (int *num_of_devices)
 

Detailed Description

Gets the number of compute devices on the system

Get the number of devices available for the current backend


Function Documentation

◆ af_get_device_count()

af_err af_get_device_count ( int * num_of_devices)

◆ devicecount()

int devicecount ( )

Gets the number of devices.

Gets the number of compute devices on the system

Get the number of devices available for the current backend


Returns
the number of devices on the system
Deprecated
Use getDeviceCount() instead

◆ getDeviceCount()

int getDeviceCount ( )

Gets the number of devices.

Gets the number of compute devices on the system

Get the number of devices available for the current backend


Returns
the number of devices on the system