Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
15ce25e
send as char
rahul003 Mar 16, 2018
d1bf0a6
fix bug on pull response, and rowsparse on worker side
rahul003 Mar 17, 2018
f839d1b
three modes
rahul003 Mar 18, 2018
614b316
default to mode 0 and add support for row sparse
rahul003 Mar 19, 2018
cb768e3
refactor sparse
rahul003 Mar 19, 2018
a42b798
rowsparse numbytes fixes
Mar 20, 2018
17497b2
WIP tests
rahul003 Mar 20, 2018
060e8bf
update test sync
rahul003 Mar 21, 2018
7442cd1
remove prints
rahul003 Mar 21, 2018
05ffa1b
refactoring
rahul003 Mar 21, 2018
e954ce1
Revert "refactoring"
rahul003 Mar 21, 2018
9e93eff
undo refactoring to keep PR simple
rahul003 Mar 21, 2018
03f852a
add wait to stored in pull default
rahul003 Mar 21, 2018
8152ca4
lint fixes
rahul003 Mar 21, 2018
d016faa
undo static cast for recvblob
rahul003 Mar 21, 2018
4b722e6
lint fixes
rahul003 Mar 21, 2018
867b633
mode 1 changes
rahul003 Mar 23, 2018
e06ad86
merge master
rahul003 Mar 23, 2018
5e1e869
sparse bug fix dtype
rahul003 Mar 23, 2018
36923c1
mshadow default
Mar 23, 2018
b3d7bd7
remove unused var
rahul003 Mar 23, 2018
aec1eb5
Merge branch 'fp16-new' of https://github.com/rahul003/mxnet into fp1…
rahul003 Mar 23, 2018
ce88f24
remove debug statements
rahul003 Mar 23, 2018
53a8493
clearer variables, reduced multiplication, const vars
rahul003 Mar 23, 2018
bf94090
add const for more vars, comments
rahul003 Mar 24, 2018
2d9fa0c
comment syntax, code watcher, test default val
rahul003 Mar 27, 2018
c9eccbe
Merge branch 'master' into fp16-new
rahul003 Mar 27, 2018
5277a3b
remove unnecessary print in test
rahul003 Mar 27, 2018
fdab7d4
trigger ci
rahul003 Mar 27, 2018
485e27e
multi precision mode (debugging race condition)
rahul003 Mar 31, 2018
940696c
working rsp pushes
rahul003 Apr 1, 2018
4150101
finish multiprecision for row sparse
rahul003 Apr 1, 2018
1eeb17c
rename num-bytes
rahul003 Apr 1, 2018
ba6a8bc
fix bug due to rename of numbytes, and remove debug logs
rahul003 Apr 1, 2018
096ae8a
address comments
rahul003 Apr 3, 2018
1740ab6
fix merge conflict, update master
rahul003 Apr 3, 2018
81eff26
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
rahul003 Apr 4, 2018
549527a
add integration test
rahul003 Apr 5, 2018
5fd9f7b
trigger ci
rahul003 Apr 5, 2018
963bb78
integration test
rahul003 Apr 5, 2018
1406b6f
integration test
rahul003 Apr 5, 2018
7d6b13d
fix path of script
rahul003 Apr 5, 2018
5bea39e
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
rahul003 Apr 8, 2018
22f5508
update mshadow
rahul003 Apr 9, 2018
a753843
disable f16c for amalgamation
rahul003 Apr 10, 2018
41668ec
fix amalgamation build
rahul003 Apr 10, 2018
a9fa3b9
trigger ci
rahul003 Apr 10, 2018
521edae
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
rahul003 Apr 10, 2018
605c613
disable f16c for jetson
rahul003 Apr 10, 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
integration test
  • Loading branch information
rahul003 committed Apr 5, 2018
commit 1406b6fab818518fc7595ea8de5a22bb26b98a1a
1 change: 1 addition & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ integrationtest_ubuntu_gpu_cpp_package() {
}

integrationtest_ubuntu_gpu_dist_kvstore() {
set -ex
export PYTHONPATH=./python/
export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
cd tests/nightly/
Expand Down