- 23 4月, 2023 2 次提交
-
-
由 houj04 提交于
* [XPU] fc use int_with_ll_t * fix test_unbind_op_xpu
-
由 LoneRanger 提交于
* relocate metri_op.py * reloacte nn.py * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix variable->tensor and fix __all__ * fix ctr_metric_bundle and sparse_embedding * fix bug of function init * fix bug of importing sparse_embedding and ctr_metric_bundle * fix bug * Update __init__.py
-
- 22 4月, 2023 2 次提交
-
-
由 wangfengsheng1999 提交于
[Zero-Dim] support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy, test=allcase (#52850) * [Zero-Dim] support output 0D for is_empty/as_complex/, test=allcase * [Zero-Dim] support output 0D for is_empty/as_complex/, test=allcase * add test case * modify dot/metric.accuracy/static.accuracy/static.auc * modfiy inner/tensordot bug * test 9 api * [Zero-Dim] support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy, test=allcase * fix bug * support output 0D for is_empty/as_complex/inner/dot/rank/tensordot/squeeze_/static.accuracy/static.auc/metric.accuracy * code style * fix bug * fix test_dot_op bug * fix accuracy bug * fix bug * fix bug * fix bug * fix bug * codestyle * fix dot bug * fix dot bug * fix dot bug * code style * fix dot bug * fix dot bug * fix dot bug * fix dot bug * fix dot bug * fix dot bug * modify code
-
由 zhouweiwei2014 提交于
-
- 21 4月, 2023 2 次提交
-
-
由 JYChen 提交于
* support 0-D output and 0-D as indice in __getitem__ * fix tests * fix inference and UT * add unittest for setitem * fix xpu test * fix xpu 0-d
-
由 tianshuo78520a 提交于
* mv inference/api infer_ut * mv test * merge develop fix error * fix * fix build error * fix build error * fix bug * fix tester_helper.h * fix analyzer_transformer_profile_tester.cc * fix * fix mac * fix mac * fix error * fix * fix
-
- 20 4月, 2023 2 次提交
-
-
由 houj04 提交于
* [XPU] add numel op * [XPU] update numel/size op registration
-
由 zhouweiwei2014 提交于
-
- 19 4月, 2023 2 次提交
-
-
由 houj04 提交于
-
由 tianshuo78520a 提交于
* mv sequence tests * mv sequence tests * fix test error * fix
-
- 18 4月, 2023 4 次提交
-
-
由 Zhang Ting 提交于
-
由 Qi Li 提交于
-
由 tianshuo78520a 提交于
-
由 Yiqun Liu 提交于
* Implement a common AmpTestBase. * Support overload of decorate. * Change the ignore list of flake and fix an error.
-
- 17 4月, 2023 5 次提交
-
-
由 tianshuo78520a 提交于
* mv ps distributed dir * fix * add del auto_parallel * add auto_parallel * fix ps * fix bug * fix test bug * fix test bug * merge develop fix error * merge develop fix error * merge develop fix error
-
由 liulinduo 提交于
* [Test Mv] remove rnn * Update test_rnn_cell_api.py
-
由 tianshuo78520a 提交于
-
由 WangZhen 提交于
-
由 ronnywang 提交于
* [CustomDevice] fix custom cpu unittests failure when multiple python exist in CI * Update test_custom_op_setup.py
-
- 14 4月, 2023 7 次提交
-
-
由 YangQun 提交于
[Zero-Dim] support 0-D tensor for reduce/reshape/stack/prelu/expand_v2/gaussion onednn kernels (#52185) * support 0-D tensor for reduce/reshape/stack/prelu/expand_v2/gaussion ops * fix gaussian random mkldnn op ut
-
由 HongyuJia 提交于
-
由 gouzil 提交于
* [phi] move sequence_pool kernel to phi * [phi] mv sequence_pooling to phi funcs * [phi] mv sequence_pooling_test * [phi] RollBACK `paddle/fluid/operators/sequence_ops/sequence_pool_op.cc` * [phi][funcs] fix mutable_data * [phi][funcs] fix mutable_data
-
由 Yiqun Liu 提交于
* Unify the static amp codes of fp16 and bf16. * Polish apis and add unittest. * Add operator stats collecting tools for program. * Add the check of number of bloat16 operators in unittest. * Add warning for operator not supported for amp. * Add testing of BF16 O1 and O2.
-
由 zhangbo9674 提交于
* move paddle_ir_test to test_ir * fix bug * fix bug
-
由 zhangyuqin1998 提交于
-
由 risemeup1 提交于
* test * fix test error * fix test error * fix test error
-
- 13 4月, 2023 7 次提交
-
-
由 cyber-pioneer 提交于
-
由 csy0225 提交于
-
由 HongyuJia 提交于
* [enforce.h Decouple logging.h] Delete glog/logging.h from enforce.h * Add logging.h for profiler.cc * Add logging.h for gloo_utils.h * Add logging.h for addmm_kernel_impl.h * Add logging.h for addmm_grad_kernel_impl.h * Add logging.h for p_send_kernel.cu * Add logging.h for determinant_grad_kernel_impl.h * Add logging.h for p_recv_kernel.cu * Add logging.h for elementwise_grad_base.h * Add logging.h for transfer_layout_kernel.cc * Add logging.h for eigvals_kernel.cc and index_select_impl.h * Add logging.h for all files in kernel directory * Add logging.h for xpu_info.cc * Add logging.h for xpu
-
由 WangZhen 提交于
* Fix _param_grad_names when like 'param@GRAD@GRAD'
-
由 liuruyan 提交于
-
由 HongyuJia 提交于
-
由 Kim Yann 提交于
* rem cncl in new test * rem cncl in build sh * rem cncl in old test
-
- 12 4月, 2023 6 次提交
-
-
由 gouzil 提交于
* [phi] mv sequence_pooling_test * [test] fix include
-
由 WangZhen 提交于
* Eval during train for ResNet
-
由 liuruyan 提交于
-
由 cyber-pioneer 提交于
-
由 WangZhen 提交于
-
由 RedContritio 提交于
* move python/paddle/fluid/tests/unittests/xpu to test/xpu * update CMakeLists.txt * remove xpu in fluid/tests/unittests/ * add path to op_test_xpu * fix incorrect path * update test script * fix test_adadelta_op_xpu error
-
- 11 4月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CustomOP Unittest] Polish unit test, unify check_output * fix test_static_save_and_run_inference_predictor
-