So I have some heavyweight algorithms which I would prefer to run on the VPU, but since there's so much going on, the VPU's tend to get saturated. Is there anyway to somehow do something like "Use VPU, if VPU overloaded, use FPU instead" so I have maximal throughput?
Thanks