GPU based Nearest Neighbor (brute force)

Hi,

Is there a maintained Julia package that can perform high-dimensional nearest-neighbor queries on the GPU, e.g., 1000s of queries against 10s of thousands of database vectors?

I’m aware of the wrapper for FAISS, but I wonder if there’s another Julia-native library (e.g., using Kernel Abstractions).

Regards.