Skip to content

GPU not being used, after enabling gpu=true and index being created #4184

Discussion options

You must be logged in to vote

Hi,

When you set gpu.enable=true, Milvus will use the GPU to build the index.

And the gpu_search_threshold parameter is related to the search processing, if nq ≥ gpu_search_threshold, the search will be executed on GPUs only.
And if nq < gpu_search_threshold, the search will be executed on both CPUs and GPUs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shashi-netra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants