- 07 5月, 2022 2 次提交
-
-
由 pangyoki 提交于
* add cuda11.5 manylinux docker * build.sh * fix * fix * support cu113 and cu114 * add --no-check-certificate when wget sqlite-autoconf-3250300 * change cuda11.4.2 to cuda11.4.3 * add cu116
-
由 pangyoki 提交于
* add cuda11.4 develop docker * change default python from 2.7 to 3.7 * change base image for cpu docker * fix gcc bug * fix whl package name * update go version and delete useless package in dockerfile * fix release18 error * fix wget sqlite problem * update go version * update go version in dev dockerfile * fix CI error * install zstd * fix CI error * add --no-check-certificate when install go * python2.7 do not install requirements * fix CI Coverage error * coverage==5.5 * fix test_activation ut * let numpy < 1.22 to pass test_activation_op unittest * fix test_python_bf16_numpy_datatype unittest * change paddle-bfloat==0.1.3 * recover version of paddle-bfloat
-
- 05 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* merge recent changes * fix setting pipline
-
- 19 4月, 2022 1 次提交
-
-
由 fwenguang 提交于
-
- 02 3月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* update dockerfile for ipu * update comments, test=document_fix
-
- 27 1月, 2022 1 次提交
-
-
由 Qi Li 提交于
-
- 21 1月, 2022 1 次提交
-
-
由 fwenguang 提交于
* [MLU]add mlu ci dockerfile * fix comment * add cncl
-
- 06 1月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 22 12月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 17 12月, 2021 1 次提交
-
-
由 jianghaicheng 提交于
* ipu add dockerfile * resolve comments
-
- 16 12月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 07 12月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 09 11月, 2021 1 次提交
-
-
由 Huihuang Zheng 提交于
PR to Add Paddle-CINN CI
-
- 27 9月, 2021 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 03 8月, 2021 1 次提交
-
-
由 pangyoki 提交于
* delete install_trt in release docker * fix whl package path
-
- 30 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 27 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 26 7月, 2021 1 次提交
-
-
由 Leo Chen 提交于
-
- 22 7月, 2021 1 次提交
-
-
由 Qi Li 提交于
* [NPU] update NPU ci tests, test=npu_aarch64 * [NPU] fix x86 build and add disable_ut for NPU, test=npu_aarch64 * [NPU] address review comments, test=develop
-
- 20 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 12 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 25 6月, 2021 1 次提交
-
-
由 pangyoki 提交于
* only save py37 of docker in release version * fix release16 errors * delete extra python in ubuntu18 * install vim in ubuntu18 * fix little bugs * fix whl package message
-
- 17 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 27 4月, 2021 1 次提交
-
-
由 pangyoki 提交于
* support cuda11.2 and using gcc5.4 in cuda10.1 * fix manylinux py36 bug * support cuda11.2 * fix python36 pip version problem in ubuntu * save cuda11.0
-
- 25 4月, 2021 1 次提交
-
-
由 pangyoki 提交于
* support python39 and delete python35 * support python39 in Dockerfile.centos * fix ubuntu18 bug * update Dockerfile.ubuntu setuptools * fix centos py39 errors * fix centos py39 error2
-
- 10 4月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 07 4月, 2021 1 次提交
-
-
由 pangyoki 提交于
* update develop whl package name * distingush cpu and gpu name * fix ref_gcc * change whl name * upgrade gcc 4.8 to 5.4 in ubuntu_dev * update gcc4.8 to 5.4 in centos * Upgrade pip from 18.0 to 20.0.1 * change 2.1.0_dev0 to 2.1.0.dev0 in gpu version
-
- 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>
-
- 16 3月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 08 3月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 09 2月, 2021 1 次提交
-
-
由 pangyoki 提交于
* support cuda11 and delete gcc8.2 in cpu version * change method * fix pip * change 11 to 11.0
-
- 08 2月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 02 2月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* fix trt plugin clone and initialize bugs * fix unit test error * enable trt in ci py3 * update unittest timeout
-
- 01 2月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* fix cc version * fix * add readme in whl package
-
- 28 1月, 2021 1 次提交
-
-
由 Qi Li 提交于
* [ROCM] update fluid platform for rocm35 (part1), test=develop * address review comments, test=develop
-
- 21 1月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 15 1月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* clean dockerfile * clean dockerfile
-
- 07 1月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 06 1月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
-