acltdtCreateChannel

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

Creates data of the acltdtChannelHandle type as a data TX channel to or RX channel from the device. After the channel is used, call acltdtStopChannel and acltdtDestroyChannel in sequence to destroy channel resources.

For the Atlas training product, this API is supported only in the Ascend virtual instance scenario.

Prototype

1
acltdtChannelHandle *acltdtCreateChannel(uint32_t deviceId, const char *name)

Parameters

Parameter

Input/Output

Description

deviceId

Input

Device ID.

Must be in the range of [0, Device count – 1]. Call aclrtGetDeviceCount to obtain the device count.

name

Input

Pointer to the channel name.

Returns

  • Success: a pointer to data of the acltdtChannelHandle type
  • Failure: nullptr