Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IVF_PQ failed to query on GPU if 'nbits' doesn't equal to 8 #5010

Closed
2 of 3 tasks
shengjun1985 opened this issue Apr 23, 2021 · 0 comments
Closed
2 of 3 tasks

IVF_PQ failed to query on GPU if 'nbits' doesn't equal to 8 #5010

shengjun1985 opened this issue Apr 23, 2021 · 0 comments
Assignees
Labels
kind/bug Issues or changes related a bug severity/major Major, major function doesn't work under some condition.
Milestone

Comments

@shengjun1985
Copy link
Contributor

Please state your issue using the following template and, most importantly, in English.

Describe the bug
IVF_PQ failed to query on GPU if 'nbits' doesn't equal to 8

Steps/Code to reproduce behavior
(1) create a collection (dim = 128)
(2) insert vectors
(3) create index (ivf_pq, nlist = 2048, m = 16, nbit = 9)
(4) query

Expected behavior

Method of installation

  • Docker/cpu
  • Docker/gpu
  • Build from source

Environment details

  • Hardware/Software conditions (OS, CPU, GPU, Memory)

  • Milvus version (master or released version)
    1.0.0

Configuration file
Settings you made in server_config.yaml or milvus.yaml

paste-file-content-here

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@shengjun1985 shengjun1985 added kind/bug Issues or changes related a bug severity/major Major, major function doesn't work under some condition. labels Apr 23, 2021
@shengjun1985 shengjun1985 added this to the 1.1.0 milestone Apr 23, 2021
@shengjun1985 shengjun1985 self-assigned this Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug severity/major Major, major function doesn't work under some condition.
Projects
None yet
Development

No branches or pull requests

1 participant