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

embed adaptive Quantization method #112

Closed
wants to merge 3 commits into from
Closed

Conversation

Jamaika1
Copy link
Contributor

No description provided.

@@ -198,7 +198,7 @@ int xeve_bsw_write(XEVE_BSW * bs, u32 val, int len) /* len(1 ~ 32) */
int leftbits;

xeve_assert(bs);
xeve_assert(len <= 32); // to avoid shifting by a negative value
//xeve_assert(len <= 32); // to avoid shifting by a negative value
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Describe why this change is required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If adaptive quantization method functions are enabled then I receive error.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proper way is to solve issue not disable assert.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing change as invalid.
If you have problems with adaptive quantization please open issue with description and data that allow to find root cause of problem.

@dariusz-f dariusz-f added the invalid This doesn't seem right label Jul 19, 2024
@dariusz-f dariusz-f closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants