This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fix Tree Reduction on new instance type p3dn.24xlarge #13852
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #13852 +/- ##
=========================================
- Coverage 81.64% 72.04% -9.6%
=========================================
Files 721 717 -4
Lines 80158 81483 +1325
Branches 3233 3233
=========================================
- Hits 65441 58704 -6737
- Misses 13847 21898 +8051
- Partials 870 881 +11
Continue to review full report at Codecov.
|
@mxnet-label-bot add [pr-awaiting-review] |
eric-haibin-lin
approved these changes
Jan 12, 2019
eric-haibin-lin
pushed a commit
to eric-haibin-lin/mxnet
that referenced
this pull request
Jan 16, 2019
* add fallback for gpu topology detection using CUDA 9.2 * add fallback for gpu topology detection using CUDA 9.2 * add log * update 3rdparty to master * add fallback for gpu topology detection using CUDA 9.2 * add log * update 3rdparty to master * bring 3rdparty packages to upstream/master * rebase to master * Update gpu_topology.h
haohuanw
pushed a commit
to haohuanw/incubator-mxnet
that referenced
this pull request
Jun 23, 2019
* add fallback for gpu topology detection using CUDA 9.2 * add fallback for gpu topology detection using CUDA 9.2 * add log * update 3rdparty to master * add fallback for gpu topology detection using CUDA 9.2 * add log * update 3rdparty to master * bring 3rdparty packages to upstream/master * rebase to master * Update gpu_topology.h
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes tree reduction failing on new instance type
p3dn.24xlarge
, which was raised here: dmlc/gluon-nlp#520Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
cudaDeviceGetP2PAttribute
topology information to usecudaDeviceEnablePeerAccess
when the former is inconsistent across instance types.cudaDeviceGetP2PAttribute
provides wrong information.Comments
cudaDeviceGetP2PAttribute
topology looks different compared to when we use CUDA 9.0 with p3.16xlarge: