Examples
Code examples for the XVector suite, grouped by the layer you work at:
| Example set | Layer | When to Use |
|---|---|---|
| XVector C API | Host-side | Run KNN exact search from your application via the pure C API |
| Writing XArith Kernels | Device-side | Learn the VPE programming model to write custom MU kernels |
| XArith Example Projects | Device-side | Build and run the shipped sample projects — one pxcc single-source main.cpp per demo (device blob embedded, no .mubin) |
For the Faiss-compatible path, see XFaiss.