Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

logcat error: [mali]CET: cpu queue set unrecoverable error

We encounted gpu hang on 

Mali-G715-Immortalis MC11 driver 38.1.0
after this log in logcat
Any instructions on how to address the problem?
Parents
  • hi,

    I had the same problem with the same GPU this morning. the problem start after a loop of more than 20 kernel using host prt pointer of (256*47*sizeof(cl_int4).

    first error was on enqueuemapbuffer -14 and on the next image processed error -36.

    using uchar4 and ushort4 do not give any trouble even with a loop of 35 kernel.

    Even with (256*55*sizeof(cl_ushort4) and a loop of 53 kernel everythings work.

Reply
  • hi,

    I had the same problem with the same GPU this morning. the problem start after a loop of more than 20 kernel using host prt pointer of (256*47*sizeof(cl_int4).

    first error was on enqueuemapbuffer -14 and on the next image processed error -36.

    using uchar4 and ushort4 do not give any trouble even with a loop of 35 kernel.

    Even with (256*55*sizeof(cl_ushort4) and a loop of 53 kernel everythings work.

Children