aclrtGetStreamResLimit
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the device resource limits of a specified stream.
If the aclrtSetStreamResLimit is not called to set the device resource limits, the priorities of the device resource limits obtained by this API are as follows: device resource limits of the current process (set by calling aclrtSetDeviceResLimit) > default hardware resource limits of the AI processor.
Prototype
1 | aclError aclrtGetStreamResLimit(aclrtStream stream, aclrtDevResLimitType type, uint32_t *value) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
stream |
Input |
Stream. For details about the type definition, see aclrtStream. If NULL is passed, the default stream will be operated. |
type |
Input |
Resource type. For details, see aclrtDevResLimitType. |
value |
Output |
Resource limit. |
Returns
0 on success; otherwise, failure. For details, see aclError.