I'm running Pi OS Bookworm on a Raspberry Pi 5, attempting to run an object detection model using PyTorch and ONNX.
When I run any of my tests, the program gives an error:
SVE (Scalable Vector Extentions) should be enabled on the Pi 5, and as I'm using a very new version of the os, I would have expected SVE support to be enabled in the kernel. Info shown below:
Is there something I can do, or something I'm missing, to enable the support for SVE on the Pi 5 in Raspberry Pi OS?
When I run any of my tests, the program gives an error:
Code:
Error in cpuinfo: prctl(PR_SVE_GET_VL) failed
Code:
$ uname -aLinux raspberrypi 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
Statistics: Posted by internetsandman — Tue Oct 22, 2024 9:27 pm — Replies 0 — Views 26