acltdtStopChannel

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Wakes up and stops a blocked sending (acltdtSendTensor is called) or receiving (acltdtReceiveTensor is called) thread. This API is especially useful when a thread is blocked due to running out of data. To wake up and stop a blocked sending or receiving thread, call this API in a thread other than the blocked thread.

Prototype

aclError acltdtStopChannel(acltdtChannelHandle *handle)

Parameters

Parameter

Input/Output

Description

handle

Input

Channel.

Call acltdtCreateChannel or acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance.

Returns

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