Function: unuse_stream_res_in_current_thread
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Cancels the device resource limits of a specified stream in the current thread.
Prototype
- C Prototype
aclError aclrtUnuseStreamResInCurrentThread(aclrtStream stream)
- Python Function
1ret = acl.rt.unuse_stream_res_in_current_thread(stream)
Parameter Description
Parameter |
Description |
|---|---|
stream |
Int, specified stream. If 0 is passed, it indicates the default stream. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, 0 on success; else, failure. |
Parent topic: Runtime Configuration