- 07 7月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* copy onnxruntime.dll to c++ test folder in windows * remove ut that failed due to onnxrumtime.dll * test_api_impl failed of diff * use TARGET to make sure if the test exist; use POST_BUILD to add copy command
-
- 06 7月, 2022 1 次提交
-
-
由 xiaoxiaohehe001 提交于
* nvcc_lazy * nvcc_lazy * conv_fusion
-
- 05 7月, 2022 2 次提交
-
-
由 Sing_chan 提交于
* open ut in windows-inference;test=document_fix;test=windows_ci_inference * test=document_fix;test=windows_ci_inference;disable failed tests temporarily in windows-inference
-
由 Ruibiao Chen 提交于
-
- 01 7月, 2022 2 次提交
-
-
由 Chen Weihang 提交于
* move yaml to phi * fix undef var error
-
由 Sing_chan 提交于
-
- 29 6月, 2022 1 次提交
-
-
由 zhangchunle 提交于
-
- 27 6月, 2022 2 次提交
-
-
由 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`
-
由 Shang Zhizhou 提交于
* update pateches * test=document_fix; add patch file
-
- 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
-
- 22 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
test=document_fix;pre install clang-format to avoid repeat installation due to pre-commit multi-thread running (#43734)
-
- 20 6月, 2022 2 次提交
-
-
由 chalsliu 提交于
-
由 zhangchunle 提交于
-
- 18 6月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 17 6月, 2022 1 次提交
-
-
由 Zhang Zheng 提交于
* Update recommended members of CI-OP-Benchmark, test=document_fix * update, test=document_fix
-
- 15 6月, 2022 2 次提交
- 14 6月, 2022 3 次提交
-
-
由 Sing_chan 提交于
-
由 Sing_chan 提交于
* open inference_ut;test=windows_ci_inference * inference_ut need onnx;test=windows_ci_inference * disable trt_split_converter_test; use higher parallel level * too high parallel will cause ut timeout
-
由 Shang Zhizhou 提交于
* test=document_fix * test=document_fix; add patch file * test=document_fix;update style * test=document_fix;update patch file * test=document_fix;remove useless patch file
-
- 12 6月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Fix cmakelint errors for generic.cmake * Fix cmake errors
-
- 08 6月, 2022 2 次提交
-
-
由 Sing_chan 提交于
-
由 YuanRisheng 提交于
* move_group_norm * move group norm backward * fix code format * modify code according comment
-
- 07 6月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 06 6月, 2022 3 次提交
-
-
由 Sing_chan 提交于
-
由 Sing_chan 提交于
* test=document_fix * cpplint set version 1.6.0;test=document_fix
-
由 zhangchunle 提交于
-
- 05 6月, 2022 2 次提交
- 02 6月, 2022 1 次提交
-
-
由 Ligoml 提交于
<!-- Demo: https://github.com/PaddlePaddle/Paddle/pull/24810 --> ### PR types <!-- One of [ New features | Bug fixes | Function optimization | Performance optimization | Breaking changes | Others ] --> Others ### PR changes <!-- One of [ OPs | APIs | Docs | Others ] --> Others ### Describe <!-- Describe what this PR does --> update ci reviewer list of api docs
-
- 01 6月, 2022 3 次提交
-
-
由 YuanRisheng 提交于
* add yaml * fix infrt compile bugs
-
由 Sing_chan 提交于
-
由 zhangchunle 提交于
unittest parallel Co-authored-by: Nzhangbo9674 <zhangbo54@baidu.com>
-
- 31 5月, 2022 1 次提交
-
-
由 thunder95 提交于
* rrelu逻辑部分 * unregistered op kernel (unresolved) * commit before merge * 丰富测试用例 * 修复rrelu-sig的bug * 修复cpu环境测试 * 修改拼写错误 * 修改code format * 尝试优化测试用例timeout的问题 * 优化测试用例 * 移除seed, 优化随机函数 * update en doc for rrelu * fix rrelu en docs, test=document_fix * add paper link for en docs, test=document_fix * udpate en doc * add r,test=document_fix
-
- 30 5月, 2022 4 次提交
-
-
由 Li Min 提交于
* add fused_bias_dropout_residual_ln op and layer.
-
由 thunder95 提交于
* nanmedian op * 修改cuda kernel的bug * 修复count_if在其他硬件平台不兼容 * 修复某些cpu硬件不兼容 * 修复某些cpu硬件不兼容 * 修复isnan判断 * 兼容numpy低版本不支持全部nan的情况 * 兼容numpy低版本不支持全部nan的情况 * fix code example * fix api comment error * 修改反向传播逻辑以及c++处理逻辑 * 完成修改建议 * typo pre_dim * update en docs, test=document_fix * remove numpy in en doc, test=document_fix * add r,test=document_fix * 添加api到all * follow advice from chenwhql
-
由 tianshuo78520a 提交于
-
由 Sing_chan 提交于
-
- 27 5月, 2022 1 次提交
-
-
由 Haipeng Wang 提交于
* experimental nvcc-lazy-module-loading * remove two empty last line from two files
-
- 24 5月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* upgrade to sdk2.5.1
-