-
Notifications
You must be signed in to change notification settings - Fork 370
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
Make AIT use fp32 accumulation for reduce_3d kernels by default. #862
Conversation
This pull request was exported from Phabricator. Differential Revision: D47928197 |
…ebookincubator#862) Summary: Pull Request resolved: facebookincubator#862 Use fp32 accumulation by default, only use fp16 if use_fp16_acc == True. Differential Revision: D47928197 fbshipit-source-id: 7d321cbc2371b4bda3011c659690c09002a7f40f
75b3712
to
5dd6332
Compare
This pull request was exported from Phabricator. Differential Revision: D47928197 |
…ebookincubator#862) Summary: Pull Request resolved: facebookincubator#862 Use fp32 accumulation by default, only use fp16 if use_fp16_acc == True. Reviewed By: chenyang78 Differential Revision: D47928197 fbshipit-source-id: b1ad0e6189583419b2ddf41a2ece35a515151380
5dd6332
to
c4c7a3b
Compare
This pull request was exported from Phabricator. Differential Revision: D47928197 |
…ebookincubator#862) Summary: Pull Request resolved: facebookincubator#862 Use fp32 accumulation by default, only use fp16 if use_fp16_acc == True. Reviewed By: chenyang78 Differential Revision: D47928197 fbshipit-source-id: 1cc98e5d985ae565ebc4560eaf7cd17f519eb8d9
c4c7a3b
to
c28740c
Compare
This pull request was exported from Phabricator. Differential Revision: D47928197 |
…ebookincubator#862) Summary: Pull Request resolved: facebookincubator#862 Use fp32 accumulation by default, only use fp16 if use_fp16_acc == True. Reviewed By: chenyang78 Differential Revision: D47928197 fbshipit-source-id: 0498edc19fa617ec608e5fd263db104b4c529f2c
c28740c
to
c01ed4d
Compare
This pull request was exported from Phabricator. Differential Revision: D47928197 |
This pull request has been merged in b4a4d5b. |
Summary: Use fp32 accumulation by default, only use fp16 if use_fp16_acc == True.
Differential Revision: D47928197