aclrtAllocatorUnregister

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

x

Atlas inference product

Atlas training product

Function

Unregisters an Allocator and its callback function before destroying the Allocator.

If the stream to be unregistered does not exist or this API is called multiple times to unregister the stream, no operation will be performed and a success message is returned.

Prototype

1
aclError aclrtAllocatorUnregister(aclrtStream stream)

Parameters

Parameter

Input/Output

Description

stream

Input

Stream corresponding to the Allocator. For the type definition, see aclrtStream.

Returns

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

Reference

For the API call example, see Dynamic Shape Input (Setting the Shape Range).