- 24 12月, 2020 1 次提交
-
-
由 tangwei12 提交于
* oneps (3/4) Co-authored-by: NMrChengmo <cmchengmo@163.com> Co-authored-by: Nmalin10 <malin10@baidu.com> Co-authored-by: Nchengmo <chengmo@baidu.com>
-
- 21 12月, 2020 1 次提交
-
-
由 LoveAn 提交于
* Test compilation time with less parallel count, notest, test=windows_ci * optimize rules of Unity Build, notest, test=windows_ci, test=windows_op * limit parallel counts used only on GPU, test=develop * remove limit of argument /m:8 on Windows, test=develop
-
- 17 12月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* Windows generate pdb and dump, for debug * fix code style, test=develop * modify cmakelist
-
- 16 12月, 2020 1 次提交
-
-
由 Y_Xuan 提交于
* 添加rocm平台支持代码 * 修改一些问题 * 修改一些歧义并添加备注 * 修改代码格式 * 解决冲突后的代码修改 * 修改operators.cmake * 修改格式 * 修正错误 * 统一接口 * 修改日期
-
- 14 12月, 2020 1 次提交
-
-
由 GeminiCarrie 提交于
* Fix a bug when running on an operating system without "bash." * add execution condition * for ci-coverage * get cpu information to check the precision problem * Update compilation environment for musl version * update dependencies * remove test code check cpu info remove test code review * update alpine and third_party denpendencies * add newline for ci Code format
-
- 07 12月, 2020 1 次提交
-
-
由 LoveAn 提交于
* Compiling operator libraries with Unity Build on Windows CPU. * Compiling operator libraries with Unity Build on Windows GPU, no_test, test=windows_ci * Add option in windows ci script, no_test, test=windows_ci * Optimize parallel compiling, test=develop * remove limit of parallel compile and skip some ops in UB, test=develop * remove changes of header file, test=develop * remove changes of header file, test=develop * fix test_eye_op unittest failed, test=develop * Compiling operator libraries with Unity Build on Linux, test=develop * set default WITH_UNITY_BUILD=OFF, test=develop * Move unity build rules into a single file and add comment, test=develop * optimize parallel compilation, test=develop * fix undefined reference error on coverage ci, test=develop
-
- 03 12月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
-
- 01 12月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* add compile option WITH_TENSORRT * add WITH_TENSORRT to ci paddle_buils.sh * add WITH_TENSORRT to paddle_build.sh * change FATAL to WARNING when TensorRT is not found and WITN_TENSORRT=ON, just to pass ci-py3 temporarily
-
- 30 11月, 2020 1 次提交
-
-
由 lilong12 提交于
-
- 27 11月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 17 11月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* add unittest and check unittest for windows * fix lstm OP compile error on windows
-
- 16 11月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* open a part of GPU unittest for windows * open a part of GPU unittest for windows
-
- 03 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 26 10月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-
- 21 10月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 14 10月, 2020 1 次提交
-
-
由 lilong12 提交于
* update, test=develop
-
- 12 10月, 2020 1 次提交
-
-
由 chen.zhiyu 提交于
-
- 23 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 21 8月, 2020 1 次提交
-
-
由 QingshuChen 提交于
* support Baidu AI Accelerator * test=kunlun * minor * test=kunlun * support xpu op in separate file * test=kunlun * update XPU error message and remove duplicated code * test=kunlun * minor * test=kunlun * minor * test=kunlun
-
- 24 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 15 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 09 7月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 29 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 23 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* generate dummy file using cmake configure_file function to avoid re-generating it. test=develop * add cmake/dummy.c.in. test=develop
-
- 21 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* don't re-generate header file if content doesn't change. test=develop * add copy_if_different function. test=develop
-
- 16 6月, 2020 1 次提交
-
-
由 T8T9 提交于
-
- 08 6月, 2020 1 次提交
-
-
由 T8T9 提交于
* add -DPADDLE_CUDA_BINVER. test=develop, test=win_gpu * nvcc will use add_compile_options, avoid using it if you don't want to pass arguments to nvcc. test=develop * test=develop, test=win_gpu
-
- 05 6月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
* support selectedrows allreduce in multi-cards dygraph, test=develop * remove useless import modules in unittests, test=develop * add nccl cmake to get nccl version, test=develop * add if-condition to compiled correctly, test=develop * add detail version parseing for old nccl, test=develop * polish camke details, test=develop * fix remove test cmake error, test=develop * fix cmake condition, test=develop * change unittest camke list, test=develop * fix unittest cmake rule, test=develop, test=framep0
-
由 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 提交于
-