|
VaneDB 0.1.0
Embeddable vector database for edge AI
|
Enumerations | |
| enum class | Backend { NONE , METAL , CUDA } |
Functions | |
| Backend | available () |
| bool | use_gpu (size_t n, size_t d) |
Variables | |
| constexpr size_t | GPU_THRESHOLD = 50000 |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| METAL | |
| CUDA | |
Definition at line 19 of file gpu_distance.h.
|
inline |
|
inline |
Definition at line 32 of file gpu_distance.h.
References available(), GPU_THRESHOLD, and NONE.
|
constexpr |
Definition at line 31 of file gpu_distance.h.
Referenced by use_gpu().