aclrtAllocatorUnregister
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
x |
|
|
√ |
|
|
√ |
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.