issues
search
microsoft
/
SPTAG
A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.83k
stars
580
forks
source link
Fix windows build issues for GPU code
#346
Closed
bkarsin
closed
2 years ago
bkarsin
commented
2 years ago
Fixed two build issues with GPU code:
incorrect merge of code form previous PR caused duplicated function in TPTree.hxx
is_same_v not supported in windows, so changed to similar supported function
Fixed two build issues with GPU code: