Hello,
I am working w/ a complete new processor, new to me, and I see I know little about what exact architecture it really is currently.
I have a TDA4VM. I am building some libs. and I want to put the ARM NN ComputeLibrary on the machine in question.
` scons extra_cxx_flags="-fPIC" Werror=0 debug=0 asserts=0 neon=1 opencl=0 os=linux arch=armv7a examples=1 `
The library has this command, above mentioned, and it is asking me to pick the ` arch= ` and I only have four arm64- architectures to pick from during the build.
I was thinking, yes-yes, I could go blindly and just choose but...
1. I want to get this lib. correctly done.
2. I know very little of this automotive grade processor (dual-core).
So, if you find time, please try to answer me.
Oh! One of the choices is arm64-v8a and then there are three more choices.
I will list them here:
a. arm64-v8a
b. arm64-v8.2-a
c. arm64-v8.2-a-sve
d. arm64-v8.2-a-sve2
Seth
P.S. If one of the four architectures are the TDA4VM, good. If not, dang it.