You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queue at 0x7fa2351f2000 inactivated due to async error:
HSA_STATUS_ERROR_INVALID_PACKET_FORMAT: The AQL packet is malformed.
I suspect our kernel launch procedure is not exactly correct, and in some situations the CPU reorders stores to the packet buffer incorrectly. We may be able to also catch these errors with a queue callback, and then just kill the queue, producing a nicer error and preventing a hang.
The text was updated successfully, but these errors were encountered:
We sometimes see errors like this:
I suspect our kernel launch procedure is not exactly correct, and in some situations the CPU reorders stores to the packet buffer incorrectly. We may be able to also catch these errors with a queue callback, and then just kill the queue, producing a nicer error and preventing a hang.
The text was updated successfully, but these errors were encountered: