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

[QUANT][BUG] fix per tensor quantconcat error #607

Merged
merged 2 commits into from
Dec 3, 2020
Merged

Conversation

seanxcwang
Copy link
Collaborator

per tensor quantconcat need rescale, not only memcpy: res = val * input_scale / output_scale

@codecov-io
Copy link

codecov-io commented Dec 2, 2020

Codecov Report

Merging #607 (9171314) into master (f932d1e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #607   +/-   ##
=======================================
  Coverage   31.02%   31.02%           
=======================================
  Files         290      290           
  Lines        9280     9280           
=======================================
  Hits         2879     2879           
  Misses       6401     6401           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f932d1e...9171314. Read the comment docs.

@seanxcwang seanxcwang merged commit 04b783c into master Dec 3, 2020
@seanxcwang seanxcwang deleted the patch-quantconcat branch December 3, 2020 04:20
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.

4 participants