Open jmazanec15 opened 1 week ago
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.
We can pad zero to make it multiple of 8 instead of rejecting it.
makes sense to keep better out-of-box experience.
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.