Young
|
cd9cb50287
|
simple example of python api
* add the mpi dependancy into cmakelist for multiverso.so
* simple demo of python api
|
2016-05-05 15:03:07 +09:00 |
you-n-g
|
4f52c2df7d
|
Merge pull request #27 from huxuan/binding
Add test_async_buffer into Test/CMake.
|
2016-05-05 10:41:47 +08:00 |
huxuan
|
9914708c5c
|
Add test_async_buffer into Test/CMake.
|
2016-05-05 11:30:23 +09:00 |
liming-vie
|
c87ea7dfa9
|
Add simple allocator
|
2016-05-04 17:21:56 +08:00 |
Young
|
53deb83590
|
fix args checking bug
|
2016-05-04 10:23:53 +09:00 |
liming-vie
|
fef20ef2e3
|
Change some frequently used little function into inlie
|
2016-05-03 19:37:52 +08:00 |
liming-vie
|
c7937dbcb7
|
New table factory
|
2016-05-03 19:33:57 +08:00 |
Young
|
777bd858b3
|
change UpdateOption to AddOption in capi
|
2016-05-03 19:07:08 +09:00 |
Young
|
e06ab2bbd9
|
fix bugs in linux(cherry-pick from the master)
update cmakelists
(T*)* doesn't work with g++, It must be T**
g++ must use this pointer when accessing protected members of superclass
in C++ with
templates(http://stackoverflow.com/questions/4010281/accessing-protected-members-of-superclass-in-c-with-templates)
Conflicts:
src/CMakeLists.txt
|
2016-05-03 19:04:13 +09:00 |
feiga
|
56f6f0594a
|
C_API refine
|
2016-05-03 18:59:27 +09:00 |
Young
|
dce6860914
|
add include dlfcn guard
|
2016-05-03 18:55:29 +09:00 |
Young
|
9f29959d2e
|
add c_apis
|
2016-05-03 18:55:29 +09:00 |
Xuan Hu (Sean)
|
a0e2d7c04c
|
Merge pull request #25 from you-n-g/master
Fix bugs in Linux.
|
2016-05-03 13:28:43 +08:00 |
Young
|
f4f1e88904
|
fix bugs in linux
update cmakelists
(T*)* doesn't work with g++, It must be T**
g++ must use this pointer when accessing protected members of superclass
in C++ with
templates(http://stackoverflow.com/questions/4010281/accessing-protected-members-of-superclass-in-c-with-templates)
|
2016-05-03 14:16:34 +09:00 |
Aerosoul
|
e8a4c24187
|
Merge pull request #24 from Microsoft/qiwye/hotfix
Qiwye/hotfix
|
2016-05-03 12:06:03 +08:00 |
Qiwei Ye
|
19e9330cb9
|
fix bug: moving all the empty test to matrix class
|
2016-05-03 12:04:48 +08:00 |
Guolin Ke
|
598bcb6272
|
Faster if not using additional thread
|
2016-04-29 20:37:43 +08:00 |
Qiwei Ye
|
6ef993986e
|
fixbug: send empty msg for sync
|
2016-04-27 21:53:59 +08:00 |
Qiwei Ye
|
eb35b85289
|
fix bug: sparse update
|
2016-04-27 21:33:27 +08:00 |
Qiwei Ye
|
f1aaacb268
|
to support int64_t as row index
|
2016-04-27 13:26:29 +08:00 |
Aerosoul
|
c38c4b0619
|
Merge pull request #22 from Microsoft/feature/sparse-update
Feature/sparse update
|
2016-04-26 17:40:58 +08:00 |
Qiwei Ye
|
8d9e565c07
|
Rename the Options
|
2016-04-26 17:40:45 +08:00 |
Qiwei Ye
|
6e6822fe84
|
adding access function for updater
|
2016-04-26 12:35:17 +08:00 |
Qiwei Ye
|
9289c2aa8a
|
deleting general option
|
2016-04-25 21:18:37 +08:00 |
Qiwei Ye
|
2740905128
|
refine code for the PR
|
2016-04-25 17:45:42 +08:00 |
Qiwei Ye
|
3fa8f133fd
|
removing warning supression
|
2016-04-25 17:06:38 +08:00 |
Qiwei Ye
|
c7f430b5e2
|
Merge branch 'master' into feature/sparse-update
Conflicts:
src/table.cpp
|
2016-04-25 16:46:30 +08:00 |
Qiwei Ye
|
0962dfce54
|
make GTest pass
|
2016-04-25 16:43:52 +08:00 |
Qiwei Ye
|
e7d5825cb8
|
making add to async-mode
|
2016-04-25 16:39:21 +08:00 |
Qiwei Ye
|
d8cde3604d
|
1: adding an general option; 2. using option for the sparse update. 3; fix sparse filter logic;
|
2016-04-25 16:34:11 +08:00 |
Qiwei Ye
|
033bc3c3b5
|
using float assertion for the test
|
2016-04-25 10:42:20 +08:00 |
feiga
|
ed85f70c26
|
Merge branch 'allreduce'
|
2016-04-25 09:49:28 +08:00 |
feiga
|
608cae8080
|
merge
|
2016-04-25 09:48:50 +08:00 |
feiga
|
132b580daf
|
merge allreduce to master
|
2016-04-25 09:48:00 +08:00 |
Fei Gao
|
44354cc66d
|
Merge pull request #20 from you-n-g/master
fix some bugs under linux
|
2016-04-22 15:37:12 +09:00 |
Qiwei Ye
|
fa8555e2ed
|
BUGBUG float cannot passing GTEST
|
2016-04-22 14:13:14 +08:00 |
Qiwei Ye
|
b81ae59407
|
perf commit
|
2016-04-22 14:00:36 +08:00 |
Qiwei Ye
|
a91262337e
|
Merge branch 'feature/sparse-update' of https://github.com/Microsoft/multiverso into feature/sparse-update
Conflicts:
Test/main.cpp
|
2016-04-22 13:54:53 +08:00 |
Qiwei Ye
|
51aa3a0594
|
perf commit
|
2016-04-22 13:19:40 +08:00 |
Guolin Ke
|
05b80d28ea
|
clear logic for raw send/recv
|
2016-04-22 10:49:18 +08:00 |
Junjie Li
|
696cb2c082
|
clean code
|
2016-04-21 20:38:55 +08:00 |
Junjie Li
|
37e8d79527
|
test for distributed running
|
2016-04-21 20:30:34 +08:00 |
Guolin Ke
|
c81bd1c176
|
refine allreduce engine
|
2016-04-21 19:53:41 +08:00 |
Junjie Li
|
54b026c191
|
pass distributed running
|
2016-04-21 19:52:35 +08:00 |
Young
|
234a674d83
|
fix some bugs under linux
|
2016-04-21 18:53:41 +08:00 |
Qiwei Ye
|
1b0041aa9b
|
BUG UpdateState
|
2016-04-21 17:22:24 +08:00 |
Qiwei Ye
|
ee9c19a3d7
|
fix bug
|
2016-04-21 16:07:58 +08:00 |
Qiwei Ye
|
b856ef8d3a
|
Merge branch 'master' of https://github.com/Microsoft/multiverso
|
2016-04-21 13:55:29 +08:00 |
Qiwei Ye
|
8967d9a7cd
|
fix test bug
|
2016-04-21 13:54:59 +08:00 |
Qiwei Ye
|
8e6bbded74
|
updating test case
|
2016-04-21 12:57:49 +08:00 |