forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/apache/incubator-mxnet/releases/tag/1.1.0 A quite extended amount of manual work was needed here to resolve all the conflicts, almost none due to the tsunami fork! Some diffs seemed to survive the merge, and were fixed via manually checking out the files in question from the upstream 1.1.0 tag. * 3rdparty/cub ()...05eb57fa(05eb57fa) (1 commits) > Merge pull request #1 from ptrendx/update * 3rdparty/googletest ()...release-1.8.0(ec44c6c) (1 commits) > Merge pull request apache#821 from mazong1123/master * 3rdparty/openmp ()...37c7212(37c7212) (1 commits) > Merging r317115: * 3rdparty/cub ()...05eb57fa(05eb57fa) (1 commits) > Merge pull request #1 from ptrendx/update * 3rdparty/googletest ()...release-1.8.0(ec44c6c) (1 commits) > Merge pull request apache#821 from mazong1123/master * 3rdparty/openmp ()...37c7212(37c7212) (1 commits) > Merging r317115: * dmlc-core 87b7ffa(87b7ffa)...6389c10(6389c10) (20 commits) > Fix symbol demangling on stacktraces under Linux. (apache#356) > Add more environment variables to support 3rd-party S3 implementations (apache#354) > add qid as ranklib format (apache#317) > Make choice of archiver configurable (apache#352) > Fix warnings in unittest_lockfree.cc, fix travis CI (apache#347) (...) * mshadow 2d7780c(2d7780c)...16ac8cd(16ac8cd) (5 commits) > Add fully qualified type on define default_real_t (apache#317) > fix AddTakeGradLargeBatch for CPU. close apache#235 (apache#316) > fix float16 min and max values (apache#315) > [Windows] make Packet::size constexpr (apache#313) > add GetRndEngine (apache#308) * nnvm e4a138a(e4a138a)...7a052d6(7a052d6) (3 commits) > [SYMBOL] Add __iter__ and GetChildren for symbol (apache#268) > API call to get symbol output count (apache#270) > [FRONTEND] Fix mxnet multi outputs (apache#271)
- Loading branch information
Showing
971 changed files
with
30,631 additions
and
28,047 deletions.
There are no files selected for viewing
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
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
Submodule cub
updated
from 000000 to 05eb57
Submodule googletest
added at
ec44c6
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
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,47 @@ | ||
# Owners of Apache MXNet | ||
# Watchers and contributors to Apache MXNet repo directories/packages/files | ||
# Please see documentation of use of CODEOWNERS file at | ||
# https://help.github.com/articles/about-codeowners/ and | ||
# https://github.com/blog/2392-introducing-code-owners | ||
# | ||
# Anybody can add themselves or a team as additional watcher or contributor | ||
# to get notified about changes in a specific package. | ||
# See https://help.github.com/articles/about-teams how to setup teams. | ||
|
||
|
||
# Global owners | ||
* @apache/mxnet-committers | ||
|
||
# Owners of language bindings | ||
R-package/* @thirdwing | ||
scala-package/* @javelinjs | ||
perl-package/* @sergeykolychev | ||
# Language bindings | ||
/R-package/ @thirdwing | ||
/scala-package/ @yzhliu | ||
/perl-package/ @sergeykolychev | ||
/python/ @szha | ||
|
||
# CMake | ||
CMakeLists.txt @cjolivier01 @szha | ||
/cmake/ @cjolivier01 @szha | ||
|
||
# MXNet CI | ||
/tests/ci_build/ @marcoabreu | ||
Jenkinsfile @marcoabreu | ||
.travis.yml @marcoabreu | ||
appveyor.yml @marcoabreu | ||
|
||
# Build logic | ||
Makefile @szha | ||
prepare_mkl.sh @szha | ||
|
||
# Docs | ||
/docs/ @szha | ||
|
||
# Submodules | ||
.gitmodules @szha | ||
|
||
# Examples | ||
/example/ @szha | ||
|
||
# CMake owners | ||
CMakeLists.txt @cjolivier01 | ||
cmake/* @cjolivier01 | ||
# Tools | ||
/tools/ @szha | ||
|
||
# Github templates | ||
/.github/ @szha |
Oops, something went wrong.