Function: get_device_res_limit
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the device resource limits of the current process.
Prototype
- C Prototype
aclError aclrtGetDeviceResLimit(int32_t deviceId, aclrtDevResLimitType type, uint32_t* value)
- Python Function
1value, ret = acl.rt.get_device_res_limit(device_id, type)
Parameter Description
Parameter |
Description |
|---|---|
device_id |
Int, device ID. |
type |
Int, enumerated value. For details, see aclrtDevResLimitType. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
value |
Int, resource limit. |
Parent topic: Runtime Configuration