aclrtGetDevice

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Obtains the IDs of the devices in use.

Prototype

1
aclError aclrtGetDevice(int32_t *deviceId)

Parameters

Parameter

Input/Output

Description

deviceId

Output

Pointer to the device ID.

Returns

0 on success; otherwise, failure. For details, see aclError.

Restrictions

If the compute device is not specified in advance (for example, by calling aclrtSetDevice), an error is returned when aclrtGetDevice is called.