Closed AlbertoPimpo closed 3 years ago
I have absolutely no idea. I'm afraid I don't have much expertise with compilation on ARM devices. Nonetheless, I believe PALISADE (nice open source community) could be a better candidate than SEAL (owned by Microsoft) to compile on ARM properly.
The issue is that, for the time being, I haven't progressed much with PALISADE backend because I didn't have a strong motivation to do so. Could you try compiling the original PALISADE on your target Raspberry Pi? If it works, it could be a good motivation.
I checked the documentation of PALISADE and it officially support Nvidia Xavier that is an arm Linux board like raspberry pi using a personalized version of Ubuntu. It is also tested for each commit by their CI, so it should work. In next days I will try to compile in raspberry pi and I will know you if it works.
Looks like somebody cracked it! #70
Great, I didn't succeed in compiling this on raspberry, now it looks like it can work
I haven't yet merged #70. Could you try it out and tell me if it works for you?
I haven't yet merged #70. Could you try it out and tell me if it works for you?
Yes, I'll try.
@ibarrond I made a new pr (#72 ) starting from #70 in order to update dockerfile but it still doesn't work for me.
I tried to install this library on rpi 3b+ and it didn't compile because it lacks of x86intrin.h . There is a way in order to have it compiling successfully on arm? Maybe using a different backend of the library?