昇腾社区首页
中文
注册
开发者
下载

E30008 AI CPU Timeout

Symptom

AI CPU operator execution time out.

Possible Cause

  1. For the GetNext operator, its preprocessing duration may be too long.
  2. For a custom operator, its logic may be improper.

Solution

  1. For the GetNext operator, check its preprocessing or set OpExecuteTimeOut to a larger value.
  2. For a custom operator, make sure its logic is proper.