Hello,
I am testing some models and I am regularly facing this error message :
WARNING : No OpenCL GPU devices found
WARNING : Please check the documentation for installation instructions
Detecting... : 6%|██████▍ | 37/670 [00:01<00:14, 44.36frames/s][ERROR][axeCommandQueueExecuteCommandListsAsync]: Wait kernel failed with return code -1400.
terminate called after throwing an instance of 'std::runtime_error'
what(): axr_run_model failed with Error at zeCommandQueueExecuteCommandLists(cmdqueue, n_cmdlists, cmdlists, nullptr): cmdqueue_run_cmdlists: 319: Exit with error code: 0x7FFFFFFE : ZE_RESULT_ERROR_UNKNOWN
Aborted (core dumped)I have used this command :
./inference.py yolov8m-coco media/alone.mp4 --no-display --show-stats --show-latencyHere is the link through my testing video : https://pixabay.com/videos/man-adult-road-walking-walk-76621/
To fix this I used this :
axdevice --refreshBut this command doesn’t work all times and I have to do it multiple times to have a result.
Could someone help me to understand this error or give me an idea to solve it ?
Thanks in advance.

