aclrtAllocatorUnregister
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
☓ |
|
|
√ |
|
|
√ |
Description
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
aclError aclrtAllocatorUnregister(aclrtStream stream)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
stream |
Input |
Stream corresponding to the Allocator. |
Returns
0 on success; else, failure. For details, see aclError.