aclrtGetArgsFromExceptionInfo
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the parameters used when the user delivers an operator execution task from the aclrtExceptionInfo exception information. This API must be used in pair with aclrtBinarySetExceptionCallback.
Prototype
1 | aclError aclrtGetArgsFromExceptionInfo(const aclrtExceptionInfo *info, void **devArgsPtr, uint32_t *devArgsLen) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
info |
Input |
Pointer to exception information. |
devArgsPtr |
Output |
Parameters used when the operator execution task is delivered. |
devArgsLen |
Output |
Number of parameters |
Returns
0 on success; otherwise, failure. For details, see aclError.
Parent topic: Kernel Loading and Execution