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

Adding new quantileType types to mlir test #85

Merged

Conversation

sartil
Copy link
Contributor

@sartil sartil commented Nov 13, 2024

Summary

Fixing a minor problem with the printout of unsigned quantileType types like u8, due to a limitation in the type parser that only set the Unsigned enum value but not the Signed one.
Added check for quantileTypes i8, u8 and bf16 in mlir/test/Dialect/Quant/Bytecode/types.mlir

JIRA ticket

Related PR in NPU Compiler and/or OpenVINO repository with sub-module update

Other related tickets

List tickets for additional work, eg, something was found during review but you agreed to address it in another Jira

  • E-xxxxx

@sartil sartil force-pushed the Adding-quantile-lit-test branch from e223181 to 66feaae Compare November 14, 2024 14:24
@sartil sartil marked this pull request as ready for review November 14, 2024 14:31
@sartil sartil requested a review from a team as a code owner November 14, 2024 14:31
@sartil sartil force-pushed the Adding-quantile-lit-test branch from 66feaae to 0924795 Compare November 19, 2024 10:11
@sartil
Copy link
Contributor Author

sartil commented Nov 19, 2024

check-mlir result:

image

@sartil
Copy link
Contributor Author

sartil commented Nov 19, 2024

Minor test addition for quantileTypes i8, u8 and bf16, @hrotuna @andrey-golubev please review

@Maxim-Doronin Maxim-Doronin added this pull request to the merge queue Nov 19, 2024
@Maxim-Doronin Maxim-Doronin removed this pull request from the merge queue due to a manual request Nov 19, 2024
@Maxim-Doronin Maxim-Doronin merged commit 0d11450 into intel:npu/release/18.x Nov 19, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants