ARM¶
CVEDIA-RT works with ARM cpus based on aarch64
, arm8.0
, arm7l
, armv7a
and armhf
.
To get the best performance make sure your CPU has asimd
and / or neon
instruction sets available / enabled.
Checking for neon support
You can run cat /proc/cpuinfo | grep -i feat
to see what features are enabled. You should see asimd
or neon
in that list.
Models on ARM can run with both ARMNN and MNN inference engines.
This feature is automatically used when hardware is present and doesn't have any driver / software bidings.