Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-623] Fixing an integer overflow bug in large NDArray #11742

Merged
merged 59 commits into from
Oct 5, 2018
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
6fc0183
Fix integer overflow when the array size is too large
apeforest Jul 12, 2018
70fc109
Merge branch 'master' into bugfix/large-array
apeforest Jul 13, 2018
3c23795
Update issue templates
apeforest Jul 16, 2018
2975adb
Merge branch 'master' of https://github.com/apeforest/incubator-mxnet
apeforest Jul 17, 2018
a4ba87e
Update issue templates
apeforest Jul 16, 2018
d8de338
Merge branch 'master' of https://github.com/apeforest/incubator-mxnet
apeforest Jul 17, 2018
b3f94f2
Remove files added by mistake
apeforest Jul 17, 2018
946c459
Merge branch 'master' into bugfix/large-array
apeforest Jul 17, 2018
4ade1a5
Fix compilation error after type index_t changed to int64_t
apeforest Jul 17, 2018
b2f4576
Explicity specify type in std::max template to avoid platform depende…
Jul 17, 2018
7cb6611
Add nightly test for large array
apeforest Jul 18, 2018
593b37e
Merge branch 'master' into bugfix/large-array
apeforest Jul 23, 2018
34184c5
Merge branch 'master' into bugfix/large-array
apeforest Aug 1, 2018
cc07f5f
Update submodule mshadow
apeforest Aug 1, 2018
4b841be
Fix compilation warning
apeforest Aug 2, 2018
1d3eb3e
Fix compilation warning
apeforest Aug 2, 2018
081e111
Change index variable type to size_t
apeforest Aug 2, 2018
2232748
Fix integer overflow when the array size is too large
apeforest Jul 12, 2018
a38ca56
Update issue templates
apeforest Jul 16, 2018
18bfa71
Remove files added by mistake
apeforest Jul 17, 2018
74ae95a
Fix compilation error after type index_t changed to int64_t
apeforest Jul 17, 2018
2f62006
Explicity specify type in std::max template to avoid platform depende…
Jul 17, 2018
5553cd0
Add nightly test for large array
apeforest Jul 18, 2018
7a7e239
[MXNET-531] NeuralStyle Example for Scala (#11621)
lanking520 Jul 31, 2018
9c3fd01
Update submodule mshadow
apeforest Aug 1, 2018
6124ad8
Fix compilation warning
apeforest Aug 2, 2018
a76bb20
Fix compilation warning
apeforest Aug 2, 2018
8e39744
Change index variable type to size_t
apeforest Aug 2, 2018
7e1bc2e
Merge branch 'bugfix/large-array' of https://github.com/apeforest/inc…
apeforest Aug 2, 2018
53d5196
Change temp_size type from size_t to index_t
apeforest Aug 2, 2018
5c63dde
Fix lint error
apeforest Aug 2, 2018
8b496bf
Fix compilation error in GPU
apeforest Aug 5, 2018
ef7d1cc
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Aug 7, 2018
4dd8791
Fix compilation error on GPU
apeforest Aug 7, 2018
7530494
Fix compilation error in cpp-package
apeforest Aug 8, 2018
2585fdf
Merge branch 'master' into bugfix/large-array
apeforest Aug 8, 2018
f49b322
Merge branch 'master' into bugfix/large-array
apeforest Aug 9, 2018
00d7b06
Merge branch 'master' into bugfix/large-array
apeforest Aug 17, 2018
b8234bc
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Sep 11, 2018
679c716
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Sep 12, 2018
49c365d
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Sep 25, 2018
b3bdc56
Fix unit test in GPU
apeforest Sep 28, 2018
c9ce734
Change correct type for nnvmGraph
apeforest Sep 28, 2018
9dae191
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Sep 29, 2018
d61b366
update mshadow submodule to local repo to verify
apeforest Sep 30, 2018
6567088
update mshadow submodule
apeforest Oct 1, 2018
a1b0647
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Oct 1, 2018
787720e
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Oct 2, 2018
c618f81
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Oct 2, 2018
7d7497c
change some data type to size_t
apeforest Oct 2, 2018
9607772
change unit test style
apeforest Oct 3, 2018
6144565
fix lint
apeforest Oct 3, 2018
109278e
fix compilation error in Windows
apeforest Oct 3, 2018
42e113d
fix compilation error in Windows
apeforest Oct 3, 2018
8e732fd
use forked submodule to verify
apeforest Oct 4, 2018
239c18f
temporarily update submodule to verify the fix
apeforest Oct 4, 2018
a98b72c
Merge remote-tracking branch 'upstream/master' into bugfix/large-array
apeforest Oct 4, 2018
ca081a7
update mshadow submodule to use remote
apeforest Oct 4, 2018
2f6a24d
add test to nightly test script
apeforest Oct 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temporarily update submodule to verify the fix
  • Loading branch information
apeforest committed Oct 4, 2018
commit 239c18f0855b051e3cdd392a18eb549655cc53b9
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "3rdparty/mshadow"]
path = 3rdparty/mshadow
url = https://github.com/dmlc/mshadow.git
url = https://github.com/apeforest/mshadow.git
[submodule "3rdparty/dmlc-core"]
path = 3rdparty/dmlc-core
url = https://github.com/dmlc/dmlc-core.git
Expand Down