-
Notifications
You must be signed in to change notification settings - Fork 26.3k
MIOpen fixes for Caffe2 #9842
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
MIOpen fixes for Caffe2 #9842
Conversation
|
@pytorchbot retest this please |
|
@pytorchbot retest this please |
1 similar comment
|
@pytorchbot retest this please |
|
@bddppq |
|
@petrex yes I would like to disable this filter too much health check globally but I don't know how to do it. Maybe just disable this offending one for now caffe2/python/operator_test/fc_operator_test.py::TestFcOperator::test_fc |
|
@pytorchbot retest this please |
facebook-github-bot
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.
@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
bddppq
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.
LG
Summary: The PR contains: Fixes for running MIOpen conv operator in a multi worker scenario, along with a performance fix Fixing a typo in MIOpen pool op and adding some extra checks for MIOpen spatial BN op bddppq Pull Request resolved: pytorch#9842 Differential Revision: D9012512 Pulled By: bddppq fbshipit-source-id: 270e1323c20fbfbc4b725f9a4ff34cd073ddaaa8
Summary: The PR contains: Fixes for running MIOpen conv operator in a multi worker scenario, along with a performance fix Fixing a typo in MIOpen pool op and adding some extra checks for MIOpen spatial BN op bddppq Pull Request resolved: pytorch#9842 Differential Revision: D9012512 Pulled By: bddppq fbshipit-source-id: 270e1323c20fbfbc4b725f9a4ff34cd073ddaaa8
The PR contains:
Fixes for running MIOpen conv operator in a multi worker scenario, along with a performance fix
Fixing a typo in MIOpen pool op and adding some extra checks for MIOpen spatial BN op
@bddppq