Skip to content

milvus 0.10.1 How to build indexes on the CPU and perform search comparisons on the GPU #3675

Discussion options

You must be logged in to vote

Hi, if you use CPU for indexing, it will consume a lot of CPU resources and memory. When you use GPU to search, you need to return the results to the CPU and the retrieval process will be affected, so it is recommended to use GPU for indexing.

In fact, we don't currently support the CPU indexing and GPU for retrieval you mentioned, so if you do have such a need, please submit an issue and tell us about your requirements.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Haohao966
Comment options

@shiyu22
Comment options

Answer selected by sahuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants