Hello.
I'm trying to run inference with the GPU in my iMX 8M Plus evk board but it doesn't work.
With my tflite model, I ran my program which detected object with CPU+NPU.
However, as I use `USE_GPU_INFERENCE=1` option, the log says like:
W [query_hardware_caps:89]Unsupported evis version.
I want to know how many resources GPU or NPU uses, but I don't know even whether GPU is used during detection. (slowly detect, same speed as CPU inferes)
Did I miss something to set out?
If you know the answer, please let me know.
Thank you.