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
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
haojin2
force-pushed
the
fix_reshape_interoperability
branch
from
December 25, 2019 02:39
13429a0
to
96180ac
Compare
haojin2
force-pushed
the
fix_reshape_interoperability
branch
2 times, most recently
from
December 25, 2019 03:33
a87887e
to
a4efc1c
Compare
haojin2
force-pushed
the
fix_reshape_interoperability
branch
from
December 25, 2019 05:36
a4efc1c
to
6b42da0
Compare
xidulu
approved these changes
Dec 25, 2019
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.
LGTM
(For god sake plz merge this PR ASAP
LGTM |
leezu
pushed a commit
to leezu/mxnet
that referenced
this pull request
Dec 30, 2019
* fix reshape interoperability test * fix for scipy import
leezu
added a commit
that referenced
this pull request
Dec 30, 2019
* Upgrade 3rdparty/openmp to release_90 version (#17012) Fixes #10856 * Fix omp assert issue (#17039) * Disable OpenMP offloading support for 3rdparty/openmp (#17098) * Disable OpenMP offloading support for 3rdparty/openmp OpenMP offloading was introduced some time during the past two years and is enabled by default. With upgrading 3rdparty/openmp in #17012 it was made part of the MXNet CMake build. But we don't use OpenMP offloading and the Cuda target in the llvm OpenMP Offloading build is broken in our setting. * Update CMake on CI * Fix reshape interoperability test (#17155) * fix reshape interoperability test * fix for scipy import Co-authored-by: Chris Olivier <cjolivier01@gmail.com> Co-authored-by: Hao Jin <hjjn.amzn@gmail.com>
ChaiBapchya
pushed a commit
to ChaiBapchya/mxnet
that referenced
this pull request
Jan 16, 2020
* fix reshape interoperability test * fix for scipy import
ChaiBapchya
pushed a commit
to ChaiBapchya/mxnet
that referenced
this pull request
Jan 16, 2020
* fix reshape interoperability test * fix for scipy import
ChaiBapchya
added a commit
to ChaiBapchya/mxnet
that referenced
this pull request
Jan 16, 2020
This reverts commit 8407f93.
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
Fix for #17154
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments