- 20 7月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
* add distro zstd * test * test * add pip3.8
-
- 27 6月, 2022 1 次提交
-
-
由 Huihuang Zheng 提交于
The paddle-cinn failed recently and block all PRs from merging. We found the key error reason from the log: ![b207bbfd3ebfabb2141a88b85241420b](https://user-images.githubusercontent.com/7913861/175882664-4dd14059-b716-44c4-a975-528de17ace46.png) The CI environment didn't contain llvm. We then debug and found https://github.com/PaddlePaddle/Paddle/pull/43534 deleted the llvm due to clang-format upgrade: ![f9d07b8e3c2b2cba7a790716961d98cf](https://user-images.githubusercontent.com/7913861/175883020-1a29c538-e511-4ada-a899-9b3ced3c0ae2.png) So this PR added the llvm back. However, `clang-llvm-3.8.0` contains `clang-format-3.8`, so we modified the old command `cp -r` to `cp -rn`, which could ignore the installed `clang-format-13`
-
- 23 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* upgrade pre-commit tools in docker * python36 support pre-commit<=2.1.1 * upgrade pip; remove old clang-format; remove redundant apt update * remove redundant apt-get update * remove duplicate apt-get update that will cause cinn download fail * remove duplicate pip upgrade * add --fix-missing to avoid cinn docker build fail * remove duplicate apt-get update in make_cinn_docker * make cinn command in the end * solve gpg problem * remove unneccessary modification
-
- 20 6月, 2022 1 次提交
-
-
由 chalsliu 提交于
-
- 18 6月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 07 6月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 30 5月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* upgrade to sdk2.5.1
-
- 12 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
-
- 11 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* update to popart v2.5.0 * use a specific version of sdk2.5.0
-
- 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 提交于
-