E30008 Execution_Error_AICPU_Operator_Timeout
Symptom
AI CPU operator execution timed out.
Possible Cause
- For a GetNext operator, its preprocessing time may be too long.
- For a custom operator, it contains an ultra-large loop in the implementation logic or its input and output shapes are too large.
- The input and output shapes of a built-in operator are too large.
Solution
- For a GetNext operator, check its preprocessing or use the aclrtSetOpExecuteTimeOut interface to adjust the timeout.
- For a custom operator, ensure that the logic design is proper or modify the shape.
- If the input and output shapes are too large, modify the shape or use the aclrtSetOpExecuteTimeOut interface to adjust the timeout.
父主题: AI CPU Errors