- 29 9月, 2022 8 次提交
-
-
由 傅剑寒 提交于
-
由 HongyuJia 提交于
* select highest priority layout * opt performance, save virtual table find
-
由 HongyuJia 提交于
* add datatype check for ParseKernelKeyByInputArgs * polish error message * Actually, einsum has vector<Tensor> inpute with DataType::COMPLEX64, see test_einsum_v2.py * headerfile remove enforce.h
-
由 zhangbo9674 提交于
* test * test * refine check pr is_comment chanege * test
-
由 ronnywang 提交于
* [CustomDevice] add to_static, amp ut * update * fix failed ut * update
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support mod / matmul ( % and @ operator) to sink to Cpp layer (#46565) * [Eager, Performance optimization] support mod ( % operator) to sink to Cpp layer * fix mod logic * support matmul math operator * rm LOG(warning), use VLOG(6) * fix conflicts mistake
-
由 houj04 提交于
* [XPU] update xpu cmake to 0923. test=kunlun * [XPU] update xpu cmake to 0928. test=kunlun
-
由 risemeup1 提交于
* check change of unittest before checking coverage rate,test=coverage * modify paddle_build.sh * adding test_list.py
-
- 28 9月, 2022 28 次提交
-
-
由 sneaxiy 提交于
-
由 zhaoyingli 提交于
-
由 zhaoyingli 提交于
-
由 zhaoyingli 提交于
* [AutoParallel] fix dist_split * add unittest * update cmakelist
-
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
-
由 Ruibiao Chen 提交于
* Convert GradMergeAllReduceOpHandle in GraphToBlock * Set FLAGS_CONVERT_GRAPH_TO_PROGRAM to False
-
由 Jiabin Yang 提交于
* fix p_norm n=1 issue * fix p norm test error
-
由 Yuang Liu 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
* change BackendSet from 64bits to 32bits * fix _MSC_VER error, __lzcnt32->__lzcnt * fix __GNUC__ error, __builtin_clzl->__builtin_clz
-
由 Weilong Wu 提交于
[Eager, Performance optimization] support less_than & less_equal( < & <= operator) to sink to Cpp layer (#46542)
-
由 zmxdream 提交于
-
由 Leo Chen 提交于
-
由 Jacek Czaja 提交于
* added fc int8 tests * CI fix * added skipping UTs for GPUs * fixes for CI * added support for residual connections inside fc * fix for quant int8 bias * - lint Co-authored-by: Njakpiase <jakpia21@gmail.com>
-
由 limingshu 提交于
-
由 Ruibiao Chen 提交于
-
由 Yuang Liu 提交于
-
由 Sławomir Siwek 提交于
* Relu6 * remove fluid handler * add individual kernel signature * coding style * replace bounded_relu with clip * whitespace * code style
-
由 YuanRisheng 提交于
-
由 YuanRisheng 提交于
* fix concat bug * fix ci bugs * fix ci bugs
-
由 xiaoxiaohehe001 提交于
-
由 JZ-LIANG 提交于
* support input mask
-
由 kangguangli 提交于
* add gpu kernel for transfer layout * comment error throw * fix: flag setting in testcase; add condition check for raising error * fix typo * fix: add error type for PADDLE_THROW * remove kernel fallback in data_transfer.cc * remove useless variable definition
-
由 Weilong Wu 提交于
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle] reformat test_error * update lineno * remove test_error from yapf whitelist * try format test_origin_info * try to fix origin info test case * remove future import * remove test_origin_info from yapf excludes * empty commit, test=document_fix * empty commit
-
由 wanghuancoder 提交于
* phi support xpu black list
-
由 zyfncg 提交于
* fix clip_extra code in remove_training_info * revert rnn opmaker clear
-
- 27 9月, 2022 4 次提交
-
-
由 jiahongyu 提交于
-
由 Chenxiao Niu 提交于
-
由 jiahongyu 提交于
-
由 Weilong Wu 提交于
* [Eager] math op sink to Cpp level * fix ci errors * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * [Eager, Performance optimization] support multiply( * operator) to sink to Cpp layer * rm useless glog * [Eager, Performance optimization] support divide( / and // operator) to sink to Cpp layer * polish code * polish code and fix code-format * polish code * fix CI * polish code * update test * support div operator under cpp * fix scalar as input * Polish div logic, fix ci test * fix errors
-