- 05 6月, 2020 1 次提交
-
-
由 T8T9 提交于
* support CUDA using cmake built-in way (#24395) * support CUDA using cmake built-in way. test=develop * test=develop * cmake_minimum_required 3.10 * test=develop
-
- 03 6月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* remove REPLACE_ENFORCE_GLOG compile option & add ci rule prohibit LOG(FATAL) using, test=develop * remove ci test case, test=develop * replace all LOG(FATAL) & polish message, test=develop * fix typo, test=develop * polish error info detail, test=develop
-
- 01 6月, 2020 2 次提交
- 27 5月, 2020 1 次提交
-
-
由 Yanghello 提交于
-
- 13 5月, 2020 1 次提交
-
- 12 5月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* support CUDA using cmake built-in way. test=develop * test=develop
-
- 20 4月, 2020 1 次提交
-
-
由 zhangchunle 提交于
-
- 09 4月, 2020 1 次提交
-
-
由 mozga-intel 提交于
* Remove the NGraph engine from PDPD repository 1. Each operator was removed from the operator's directory 2. Each test was removed from the unittest directory 3. The parallel executor support was removed from the PDPD 4. The CMake file was removed from the PDPD 5. The NG flags were removed from the repository test=develop * Remove ngraph from: 1. Cmake file 2. Python file test=develop
-
- 05 2月, 2020 1 次提交
-
-
由 Wilber 提交于
cmake选项中添加了WITH_NCCL,显示指定是否编译NCCL的部分代码,WITH_NCCL默认打开,但如果WITH_GPU为OFF,则关闭WITH_NCCL 添加了PADDLE_WITH_NCCL定义 单机单卡能够关闭NCCL编译,多卡的话需要默认打开NCCL,如果关闭NCCL,则只能使用单卡 Co-authored-by: N石晓伟 <39303645+Shixiaowei02@users.noreply.github.com>
-
- 04 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 21 1月, 2020 1 次提交
-
-
由 zhouwei25 提交于
-
- 09 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 25 12月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 03 12月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
* add jeston compile support test=develop * refine the cmake test=develop
-
- 19 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 08 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 31 10月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 16 10月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 04 9月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 31 8月, 2019 1 次提交
-
-
由 hutuxian 提交于
* Support looking up embeddings from BoxPS. * Add a _pull_box_sparse op, for now this op is not exposed to users. * Add a BoxHelper class, providing 'BeginPass', 'EndPass', 'FeedPass' functions and so on. * Add 'BoxPSDataset' in python code. * Add a compile options WITH_BOX_PS and a MACRO PADDLE_WITH_BOX_PS. * Add UT. * More concrete information pls refer to: https://github.com/PaddlePaddle/Paddle/pull/18982
-
- 30 8月, 2019 1 次提交
-
-
由 liuwei1031 提交于
-
- 20 8月, 2019 1 次提交
-
-
由 Yihua Xu 提交于
* Implement the operator with sprase matrix multiply * Update the URL of mklml library. test=develop * Disable MKLML implematation when using no-linux. test=develop * Ignore the deprecated status for windows test=develop
-
- 19 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 14 8月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 01 8月, 2019 1 次提交
-
-
由 Krzysztof Binias 提交于
* Add support for dynamic code analysis (Sanitizers) test=develop * Move options to one option test=develop * Missing check test=develop
-
- 24 7月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 22 7月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 03 7月, 2019 1 次提交
-
-
由 石晓伟 提交于
* remove the obsolete cmake options, test=develop * remove unittests, test=develop
-
- 26 6月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 18 4月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 17 4月, 2019 1 次提交
-
-
由 JiabinYang 提交于
-
- 12 4月, 2019 1 次提交
-
-
由 JiabinYang 提交于
-
- 10 4月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 03 4月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
test=develop This reverts commit c38c7c56.
-
- 02 4月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* link the libwbaes.so into paddle * polish detail, test=develop * try fix mac_pr_ci error, test=develop * add compile option, test=develop * fix ci error, test=develop * ignore failed to find mac lib, test=develop * change cdn to bj, cdn can't get the latest version * trigger ci, test=develop * temporary delete win32 lib linking, test=develop * change https to http, test=develop * turn compile option on to off * turn compile option off to on, test=develop * try lib compiled by gcc4.8, test=develop * update lib version, test=develop * link other lib, test=develop * add setup config * delete false, test=develop * delete no_soname, test=develop * recover so name set * fix, test=develop * adjust make config, test=develop * remove link to wbaes, test=develop * remove useless define, test=develop
-
- 28 3月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 22 3月, 2019 1 次提交
-
-
由 nhzlx 提交于
2. refine trt code test=develop
-
- 20 3月, 2019 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 19 3月, 2019 1 次提交
-
-
由 zhhsplendid 提交于
test=develop
-