FALCONN icon indicating copy to clipboard operation
FALCONN copied to clipboard

Question : Using FALCONN inside an iOS app

Open Aashit-Sharma opened this issue 7 years ago • 1 comments
trafficstars

Question

Hi , is it possible to call falconn knn index and do a lookup in iOS or do you need cross compilation (Like for FAISS)?

Aashit-Sharma avatar Apr 12 '18 10:04 Aashit-Sharma

Unfortunately I don't have experience with iOS development. Parts of FALCONN (Eigen and FFHT) rely on SIMD instructions. So this might be the main obstacle for porting to a non-x86 platform (Eigen has support for some ARM SIMD however).

ludwigschmidt avatar Apr 13 '18 04:04 ludwigschmidt