- 06 6月, 2022 1 次提交
-
-
由 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
-
- 23 5月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* test=document_fix * exit 1 if no sample code found since api must have sample code;test=document_fix * test normal input;test=document_fix * delete test code;test=document_fix
-
- 20 5月, 2022 2 次提交
- 13 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 12 5月, 2022 2 次提交
- 11 5月, 2022 3 次提交
-
-
由 Zuza Gawrysiak 提交于
* Add int8 scales gathering pass for convolution * Fix typo * Add unittest * Add corrected unit test * Change test name * Remove enabling mkldnn in test * Speed up test * Change max examples * Add functional test * Change test name * Add new test case * Rename pass
-
由 Leo Chen 提交于
* print start time, end time for each compilation command * add process info
-
由 Allen Guo 提交于
* update to popart v2.5.0 * use a specific version of sdk2.5.0
-
- 10 5月, 2022 3 次提交
-
-
由 piotrekobi 提交于
* Readd conv_affine_channel fuse pass as mkldnn pass * Fix formatting * Add new test to parallel_UT_rule.py * Fix Coverage and Windows CI issues * Revert "Fix Coverage and Windows CI issues" This reverts commit f33459846385c9fd51c07f9f44e7ff283a652637. * Fix CI errors * Remove unnecessary conv_eltwise_add_affine_channel fuse pass * Remove test from parallel_UT_rule.py
-
由 BrilliantYuKaimin 提交于
* Create elementwise_heaviside_op.cc * add ElementwiseHeavisideFunctor * Create test_elementwise_heaviside_op.py * 增加heaviside的python接口 * add heaviside in white list * 增加heaviside的签名 * 增加heaviside的核函数 * 增加heaviside梯度的核函数 * 增加heaviside梯度的注册 * 调整代码格式 * Update elementwise_sig.cc * add heaviside in __all__ * Update heaviside docs * Update math.py * Update math.py * Update math.py
-
由 wanghuancoder 提交于
* print mem * refine * refine * refine * refine
-
- 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
-
- 06 5月, 2022 4 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 2c5cecb1.
-
由 tianshuo78520a 提交于
-
由 Shuangchi He 提交于
-
由 zhangchunle 提交于
-
- 05 5月, 2022 2 次提交
-
-
由 Allen Guo 提交于
* merge recent changes * fix setting pipline
-
由 Ruibiao Chen 提交于
* Add peak memory log for CI * Change VLOG to std::cout * Move print code to test_runner.py and paddle_gtest_main.cc * Fix typo * Fix conflicts * Updata message format * Fix CI errors * Add FLAGS_enable_gpu_memory_usage_log * Fix CI errors
-
- 26 4月, 2022 2 次提交
-
-
由 BrilliantYuKaimin 提交于
* 增加PixelUnshuffle的形状推断 * 增加PixelUnshuffle的算子注册 * 增加PixelUnshuffle及其梯度的核函数 * 增加PixelUnshuffle算子的描述 * 增加PixelUnshuffle算子的签名 * 在Python层面增加PixelUnshuffle * 增加PixelUnshuffle的单测 * Update test_pixel_unshuffle.py * test=document_fix * Update test_pixel_unshuffle.py 增加对extra_repr的测试 * 修正代码格式 * Update test_pixel_unshuffle.py 修正对extra_repr的测试 * 修改pixel_unshuffle核函数的实现位置 * 修正代码格式 * 完善对输入的检查 * Update test_pixel_unshuffle.py * 完善pixel_unshuffle的输入检查 * Update pixel_unshuffle_op.cc * Update unary.cc * add pixel_unshuffle * Update test_pixel_unshuffle.py * Update vision.py * 调整代码格式 * Update vision.py * Delete extra spaces * Update pixel_unshuffle_sig.cc * Update vision.py * Update vision.py * add PixelUnshuffleGradInferMeta * remove PixelUnshuffleOpArgumentMapping * Update pixel_unshuffle_op.cc * 调整pixel_unshuffle及其梯度的核函数的实现位置 * Update pixel_unshuffle_op.cc
-
由 Chen Weihang 提交于
* polish some impl * add lost attr type * polish details * fix error type * polish in name lists * add double attr * adapt infrt attr parse
-
- 25 4月, 2022 1 次提交
-
-
由 BrilliantYuKaimin 提交于
* Add infermeta for ChannelShuffle * Create channel_shuffle_grad_kernel.h * Create channel_shuffle_kernel.h * Create channel_shuffle_sig.cc * Create channel_shuffle_op.cc ChannelShuffle算子的描述 * Create channel_shuffle_kernel_impl.h ChannelShuffle核函数的实现 * Create channel_shuffle_grad_kernel_impl.h ChannelShuffle反向核函数的实现 * Add kernel register of channel shuffle and grad 注册ChannelShuffle及其反向的核函数 * add nn.functional.channel_shuffle * add nn.ChannelShuffle * Create test_channel_shuffle.py * Update example of ChannelShuffle in vision.py * Update test_channel_shuffle.py * 修改channel_shuffle核函数的实现位置 * 修正代码格式 * 删除多余空格 * 完善channel_shuffle的错误检查 * Update unary.cc * Update channel_shuffle_op.cc * Update test_channel_shuffle.py * Update unary.cc * add channel_shuffle * Update test_channel_shuffle.py * Update vision.py * 调整代码格式 * Update channel_shuffle_sig.cc * 更新ChannelShuffle的文档 * 更新channel_shuffle的文档 * remove ChannelShuffleOpArgumentMapping * add ChannelShuffleGradInferMeta * Update channel_shuffle_op.cc * 调整channel_shuffle及其梯度的核函数的位置
-
- 21 4月, 2022 1 次提交
-
-
由 Jiabin Yang 提交于
* watch all eager files for now * support eager watch files
-
- 20 4月, 2022 1 次提交
-
-
由 BrilliantYuKaimin 提交于
* 增加logspace的算子描述 * 增加logspace的形状推断 * 增加logspace核函数实现 * 在python中增加logspace接口 * 增加logspace单测 * 增加logspace * Update logspace_kernel.cu * Update logspace_op.cc * 调整代码格式 * Update doc of logspace * Update tensor.py * Update logspace_op.cc * Update logspace_kernel.cc * Update logspace_kernel.cu * Update test_logspace.py * 调整 logspace 的位置 * 调整代码格式
-
- 19 4月, 2022 1 次提交
-
-
由 fwenguang 提交于
-