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

[microNPU][ETHOSU] Fix LUT size for int16 activations #16680

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

Aleksei-grovety
Copy link
Contributor

When passing the look-up table values to the TE graph, the table size value for int8 type was used, now the required value is set depending on the type of input data.

cc @lhutton1, @ekalda, @leandron

When passing the look-up table values to the TE graph, the table size value for int8 type was used, now the required value is set depending on the type of input data
@lhutton1
Copy link
Contributor

lhutton1 commented Mar 8, 2024

@tvm-bot rerun

Copy link
Contributor

@lhutton1 lhutton1 left a comment

Choose a reason for hiding this comment

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

Thanks @Aleksei-grovety, LGTM!

@lhutton1 lhutton1 merged commit 254e90a into apache:main Mar 11, 2024
19 checks passed
@lhutton1
Copy link
Contributor

Thanks @Aleksei-grovety!

Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Mar 12, 2024
When passing the look-up table values to the TE graph, the table size value for int8 type was used, now the required value is set depending on the type of input data
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
When passing the look-up table values to the TE graph, the table size value for int8 type was used, now the required value is set depending on the type of input data
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.

2 participants