aclrtGetResInCurrentThread
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the device resources that can be used by the current thread.
The value is returned based on the following priorities: device resource limit of the stream (set by aclrtSetStreamResLimit) > device resource limit of the current process (set by aclrtSetDeviceResLimit) > default hardware resource limit of the AI processor.
Prototype
1 | aclError aclrtGetResInCurrentThread(aclrtDevResLimitType type, uint32_t *value) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
type |
Input |
Resource type. For details, see aclrtDevResLimitType. |
value |
Output |
Resource limit. |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Runtime Configuration