-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.x] Restore quantized RNN operator from MXNet 1.6 #20759
Conversation
Hey @bgawrych , Thanks for submitting the PR
CI supported jobs: [unix-gpu, miscellaneous, windows-cpu, sanity, clang, website, centos-cpu, centos-gpu, unix-cpu, edge, windows-gpu] Note: |
95d70c3
to
8c57e7b
Compare
8c57e7b
to
82c647a
Compare
82c647a
to
70642ac
Compare
Jenkins CI successfully triggered : [unix-gpu] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for porting this - added comments about the "Copyright by Contributors" lines (they should not be in the code.)
@josephevans @bartekkuncer @anko-intel Can you take a quick look again and check if your comments was resolved? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, looks good.
* restore but seg fault * Refactor & seg fault fixed * apply formatter * fix sanity * Fix docs build * anko review * Remove copyright by contributors from touched files * remove comments / apply formatter
* [v1.x] Restore quantized RNN operator from MXNet 1.6 (#20759) * restore but seg fault * Refactor & seg fault fixed * apply formatter * fix sanity * Fix docs build * anko review * Remove copyright by contributors from touched files * remove comments / apply formatter * Update call to work with older mkldnn version. Co-authored-by: bgawrych <bartlomiej.gawrych@intel.com>
Description
This PR is backport of this change: #18028
with additional refactor & bug fixes from current v1.x branch
Connected to issue: #20737
@ssriram1978
@josephevans
Test are passing, however feedback if everything works fine in your model would be appreciated