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

Add dimension validation for BQ #2269

Open
jmazanec15 opened this issue Nov 12, 2024 · 2 comments
Open

Add dimension validation for BQ #2269

jmazanec15 opened this issue Nov 12, 2024 · 2 comments
Assignees
Labels
Bug Fixes Changes to a system or product designed to handle a programming bug/glitch good first issue Good for newcomers v2.19.0

Comments

@jmazanec15
Copy link
Member

Description

Right now, BQ requires that input vectors be divisible by 8. It currently fails silently if the dimension is not divisible by 8. We should validate and reject the configuration if a dimension is passed in that is not divisible by 8.

@jmazanec15 jmazanec15 added Bug Fixes Changes to a system or product designed to handle a programming bug/glitch and removed untriaged labels Nov 12, 2024
@navneet1v navneet1v added the good first issue Good for newcomers label Nov 13, 2024
@heemin32
Copy link
Collaborator

We can pad zero to make it multiple of 8 instead of rejecting it.

@vamshin
Copy link
Member

vamshin commented Nov 13, 2024

We can pad zero to make it multiple of 8 instead of rejecting it.

makes sense to keep better out-of-box experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fixes Changes to a system or product designed to handle a programming bug/glitch good first issue Good for newcomers v2.19.0
Projects
Status: 2.19.0
Development

No branches or pull requests

4 participants