-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[1.x] [FEATURE] Add API to control denormalized computations #20338
Conversation
Co-authored-by: Andrzej Kotłowski <Andrzej.Kotlowski@intel.com>
|
Hey @bgawrych , Thanks for submitting the PR
CI supported jobs: [unix-gpu, centos-gpu, clang, windows-gpu, edge, sanity, miscellaneous, unix-cpu, website, windows-cpu, centos-cpu] Note: |
|
@mxnet-bot run ci [centos-gpu, unix-gpu, windows-cpu, windows-gpu] |
|
Jenkins CI successfully triggered : [unix-gpu, windows-gpu, centos-gpu, windows-cpu] |
|
Hey @szha, Problematic function is |
|
Jenkins CI successfully triggered : [windows-gpu, sanity, website, clang, centos-cpu, unix-cpu, centos-gpu, unix-gpu, edge, windows-cpu, miscellaneous] |
szha
left a comment
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.
Other than a few nits above on the documentation the change looks good to me. Thanks!
|
@mxnet-bot run ci [unix-gpu, unix-cpu] |
|
Jenkins CI successfully triggered : [unix-gpu, unix-cpu] |

Description
This is implementation of RFC #19361 and connected with issue #19218
As stated in RFC handling denormalized values is enabled by default and API for changing this behavior is available for the user
Checklist
Essentials