- 01 3月, 2023 9 次提交
-
-
由 Zhang Ting 提交于
-
由 yunyaoXYY 提交于
* Add unitest from shilong * Add kernel code from shilong * fix codestyle * add broadcast_shape test * fix unitest * fix unitests * fix unitest * add 0D grad support * add 0D grad support * add 0D grad support * fix 0D tensor * fix 0D * fix xpu 0D * fix expand kernel * fix xpu expand * Fix 0D kernel * fix 0D * fix 0D * fix 0D * fix 0D * fix XPU top_k * cancel the modify of xpu * add XPU 0D tensor * fix 0D
-
由 wawltor 提交于
-
由 TaoTao Li 提交于
-
由 chenxiao120660 提交于
* fix bug of logsumexp * fix bug for logsumexp * fix bug for logsumexp
-
由 Yichen Zhang 提交于
* implement composite full_like and simple unit test * implement op tests for composite full_like op * some modification as reviewers suggested add cinn op test to CMakeLists.txt fix code style * fix code style * modify input args of prim fill_any_like op * resolve conflicts * resolve conflicts * modify python api and unit tests as suggested * resolve conflicts * resolve conflicts * use framework.dtype to convert dtype in Op test
-
由 LoneRanger 提交于
-
由 niuliling123 提交于
-
由 duanyanhui 提交于
* add support of int64 add for xpu * add transpose support for int64 * add randperm kernel * fix randperm * add distribute_fpn_proposal kernel * fix comment * add reduce_sum_int32
-
- 28 2月, 2023 23 次提交
-
-
由 joanna.wozna.intel 提交于
* Add gru qat int8 test * Change place of model downloading * Update paddle/fluid/inference/tests/api/CMakeLists.txt Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com> * Correct flags names and add description --------- Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
-
由 Kim 提交于
-
由 iLeGend 提交于
-
由 Hulek 提交于
* Added file * Tests separated and rewritten, fixed fc_lstm_fuse_pass * Resolve conflicts
-
由 HongyuJia 提交于
* [Extension Operants] Extension supports tensor operants * Polish fluid init_tensor_operants
-
由 xiaoguoguo626807 提交于
* modify name * merge develop * original code * build modify * success 2*2 * fused dim=1 failed * success * modify static * success for static except dim=1 * delete log * tmp modify * success * success * add fp1664 * delete fp16 cpu test * stop windows test * review modify * modify tanh test * modify tanh * fix_conflixt * modift static prim * fix_conflict * Update test_static_prim.cc * update * bug fix
-
由 JZ-LIANG 提交于
* main code * unitest bug * revert cmake
-
由 GGBond8488 提交于
* add cumsum prim backward * skip aixs=None test case * fix op generante eror * fix static test error * remove unused code * fix static test error * skip cpu float16 test case * skip eager cpu cumsum float16 test case * add cinn test * reshape flatten out * Disable cinn single test * remove cinn test * reformat todo * add prim in cumsum op test * remove old test * fix typro * fix typro * fix typro * pass axis=None test case * remove forward prim test * remove same name axis
-
由 kangguangli 提交于
* modify install check: static graph parallel training to dynamic graph prallel training * remove test code * fix cyclic import * fix typo
-
由 陈沧夜 提交于
-
由 Infinity_lee 提交于
-
由 Charles-hit 提交于
-
由 zhupengyang 提交于
-
由 LoneRanger 提交于
* fix fp16 bug of tensordot * fix fp16 of tensordot * fix fp16 of tensordot
-
由 张春乔 提交于
* support fp16 on LocalResponseNorm * add docs in avgpool3d
-
由 Infinity_lee 提交于
-
由 张春乔 提交于
* add unittest for nn.DropOut2D * add fp16 * add fp16 in docs of temporal_shift_op.cc * Update test_dropout_op.py
-
由 zxcd 提交于
* add silu composite rule * fix code style. * add silu fp16 unit test.
-
由 xysheng-baidu 提交于
* Add flatten composite rule * get the right xshape and pass func test * add cinn unit test * Remove cinn test, wait for it to be added after repair * add comp test to test_flatten_contiguous_range_op.py * remove func test on composite_ops * Add comments to maybe_wrap_dim func * remove commented code * fix the problem with 0D tensor case * add flatten split rule comment * fix syntax issues * block flatten on resnet_prim_cinn * remove maybe_wrap_dim func * Use none instead od xshape
-
由 Tao Luo 提交于
-
由 taixiurong 提交于
-
由 CollaborativeFiltering 提交于
-
由 Jiabin Yang 提交于
* support transpose and reshape * support reshpe, transpose, cast vjp * merge develop * recover unused file * remove prim base * support problem * remove additional status settting * remove additional status settting * fix ut * fix ut * fix ut * fix no grad branch * add more test * disable fp16 in cpu * fix test
-
- 27 2月, 2023 8 次提交
-
-
由 anine09 提交于
Unify the digital presentation of rrelu's English and Chinese Documentations. Modify `Parameters` section of `rrelu` `s default `lower` value from `1.0 / 8.0` to `0.125`. Modify `Parameters` section of `rrelu` `s default `upper` value from `1.0 / 3.0` to `0.3333333333333333`.
-
由 Zhenghai Zhang 提交于
-
由 wangzhen38 提交于
* [RM FLUID] rm parameter_server * [rm ps] for ci * [rm ps] for ci * [rm ps] for ci * [rm ps] for ci
-
由 zyfncg 提交于
* add inferface of get registered phi kernels * change KernelType to KernelKey * add test * refactor code
-
由 houj04 提交于
* [XPU] add fp16 support for shape op. * [XPU] add fp16 support for lookup_table_v2 op. * update approval list: add qingshu's id.
-
由 chenxujun 提交于
-
由 Maple Xie 提交于
* Fix fp16 dtype checking for AvgPool1D op * Update code style for PR-CI-Static-Check
-
由 张春乔 提交于
-