- 08 12月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 02 4月, 2021 1 次提交
-
-
由 seemingwang 提交于
* graph engine demo * upload unsaved changes * fix dependency error * fix shard_num problem * py client * remove lock and graph-type * add load direct graph * add load direct graph * add load direct graph * batch random_sample * batch_sample_k * fix num_nodes size * batch brpc * batch brpc * add test * add test * add load_nodes; change add_node function * change sample return type to pair * resolve conflict * resolved conflict * resolved conflict * separate server and client * merge pair type * fix * resolved conflict * fixed segment fault; high-level VLOG for load edges and load nodes * random_sample return 0 * rm useless loop * test:load edge * fix ret -1 * test: rm sample * rm sample * random_sample return future * random_sample return int * test fake node * fixed here * memory leak * remove test code * fix return problem * add common_graph_table * random sample node &test & change data-structure from linkedList to vector * add common_graph_table * sample with srand * add node_types * optimize nodes sample * recover test * random sample * destruct weighted sampler * GraphEdgeBlob * WeightedGraphEdgeBlob to GraphEdgeBlob * WeightedGraphEdgeBlob to GraphEdgeBlob * pybind sample nodes api * pull nodes with step * fixed pull_graph_list bug; add test for pull_graph_list by step * add graph table;name * add graph table;name * add pybind * add pybind * add FeatureNode * add FeatureNode * add FeatureNode Serialize * add FeatureNode Serialize * get_feat_node * avoid local rpc * fix get_node_feat * fix get_node_feat * remove log * get_node_feat return py:bytes * merge develop with graph_engine * fix threadpool.h head * fix * fix typo * resolve conflict * fix conflict * recover lost content * fix pybind of FeatureNode * recover cmake * recover tools * resolve conflict * resolve linking problem * code style * change test_server port * fix code problems * remove shard_num config * remove redundent threads * optimize start server * remove logs * fix code problems by reviewers' suggestions Co-authored-by: NHuang Zhengjie <270018958@qq.com> Co-authored-by: NWeiyue Su <weiyue.su@gmail.com> Co-authored-by: Nsuweiyue <suweiyue@baidu.com> Co-authored-by: Nluobin06 <luobin06@baidu.com> Co-authored-by: Nliweibin02 <liweibin02@baidu.com>
-
- 26 5月, 2018 1 次提交
-
-
由 Lei Wang 提交于
* scripts: clean bash scripts. * Fix build related documents.
-
- 24 5月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 18 5月, 2018 1 次提交
-
-
由 Yancey 提交于
* use latest pip version * fix ci * update by comment
-
- 10 5月, 2018 2 次提交
-
-
由 Lei Wang 提交于
* CI: rerun failed tests. * fix check style error.
- 30 4月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "re-commit " * "picked up" * "fix ci" * "fix pdb hang up issue in cuda 9"
-
- 26 4月, 2018 1 次提交
-
-
由 Lei Wang 提交于
* Scripts: refactor paddle bash shell scripts. * Fix indent. * Modify readme documents.
-
- 21 4月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 19 4月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 17 4月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 12 4月, 2018 1 次提交
-
-
由 Helin Wang 提交于
-
- 04 4月, 2018 2 次提交
- 03 4月, 2018 1 次提交
-
-
由 Helin Wang 提交于
-
- 30 3月, 2018 3 次提交
-
-
由 _青葱 提交于
-
由 _青葱 提交于
-
由 Helin Wang 提交于
-
- 22 3月, 2018 1 次提交
-
-
由 _青葱 提交于
-
- 20 3月, 2018 1 次提交
-
-
由 sabreshao 提交于
1. Add option WITH_AMD_GPU. 2. Add cmake/hip.cmake for HIP toolchain. 3. Some external module such as eigen may need HIP port. 4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake. 5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
-
- 16 3月, 2018 1 次提交
-
-
由 sabreshao 提交于
1. Add option WITH_AMD_GPU. 2. Add cmake/hip.cmake for HIP toolchain. 3. Some external module such as eigen may need HIP port. 4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake. 5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
-
- 08 3月, 2018 1 次提交
-
-
由 Tao Luo 提交于
* compile and install the static library of fluid inference * fix dynload_cuda not in CPU mode * update shared library and adjust the deploy of openblas * adjust the deploy of openblas * * auto add all fluid modules for static library * use libprotobuf.a instead of libprotobuf-lite.a for profiler * use set_property to set the global varible instead of ENV * add gpu depends of fluid modules, auto add inference_lib_dist depends * change the condition of openblas_lib, and fix a typo
-
- 02 3月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 28 2月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Get rid of the dependency of Go compiler when WITH_GOLANG is OFF. * Minor modification to the documentation. * Remove the downloading and installing of Go compiler when build developing Docker image for android. * Minor modifcation to the documentation's format. * Change the default value of WITH_GOLANG to OFF in paddle/scripts/docker/build.sh.
-
- 26 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 24 2月, 2018 1 次提交
-
-
由 QI JUN 提交于
* fix nccl version * enable nccl test
-
- 14 2月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
* compile with nccl2 * add ncclGroup; it is necessary in nccl2 * add back libnccl-dev
-
- 12 2月, 2018 1 次提交
-
-
由 Tao Luo 提交于
* refine inference_lib_dist after code move, and add it to docker/build.sh * remove is_directory in inference_lib.cmake
-
- 11 2月, 2018 2 次提交
- 10 2月, 2018 2 次提交
- 07 2月, 2018 1 次提交
-
-
由 Yang Yang 提交于
-
- 05 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 02 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 01 2月, 2018 3 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 helinwang 提交于
-
- 31 1月, 2018 1 次提交
-
-
由 qingqing01 提交于
-