-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
CAGRA extend operation does not support float16 data type, while other CAGRA operations already support it.
Related Issues/PRs
- [BUG] CAGRA fails to load
float16cache. #1419 - Initial request for float16 support in CAGRA - Fix C/Python serialization for FP16. Add python tests #1429 - Added float16 support for CAGRA build/search operations
Problem
PR #1429 added float16 support to CAGRA build and search operations, but the extend operation was not updated. This creates an inconsistency where users can build and search indices with float16, but cannot extend them.
Solution
Possible solution: https://github.com/TomaszGrabowskiPawlak/cuvs/pull/1/files
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo