- 18 10月, 2022 3 次提交
-
-
由 Hui Zhang 提交于
* cond infer apply exec seprate * fix bugs
-
由 zyfncg 提交于
* support generating code of opmaker for backward op invoke forward op * gsupport code-gen of opmaker for sparse op * refind logic of choose phi kernrel * fix complie budg * fix code_gen bug * fix bug * fix kernel signature code-gen * fix complie bug of VarType * fix complie bug of VarType * fix test_sparse_conv_op * fix test_sparse_norm_op
-
由 HongyuJia 提交于
-
- 17 10月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* namespace modify * update by comment
-
- 15 10月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 14 10月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* simplify conv_mkldnn op registration * remove custom type value in conv grad op
-
- 13 10月, 2022 3 次提交
-
-
由 zhouweiwei2014 提交于
-
由 Aurelius84 提交于
* [BUG]Fix expand_as_v2 bug while X and Y with different dtype * fix commit
-
由 HongyuJia 提交于
* remove PADDLE_WITH_MKLDNN, test white_list=abs * fix unique_ptr * fix op.Type() * remove TODO in kernel_dispatch.h * remove IndicateVarDataType function, update white_list * remove mkldnn hard code * add comments * fix == * update mkldnn_op_list * delete hard code of OPs * update mkldnn_op_list * update mkldnn_op_list, remove interp * add error check for ExecutionContext * update mkldnn_op_list, remove transpose2_grad * remove interpolate mkldnn * remove fill_constant mkldnn * opt HasAttr in DygraphExecutionContext * deprecated commit, test mkldnn_white_list * deprecated commit, test mkldnn_white_list * deprecated commit, test mkldnn_black_list * update mkldnn_op_list, add assert error op * solve cudnn related op * fix error * add mkldnn fallback in phi_utils.cc * remove mkldnn fallback in phi_utils.cc * opt code implementation * polish Copyright License
-
- 12 10月, 2022 3 次提交
-
-
由 zhoutianzi666 提交于
-
由 zyfncg 提交于
-
由 sneaxiy 提交于
* fix some ops for int64 range * update error message
-
- 11 10月, 2022 12 次提交
-
-
由 Chenxiao Niu 提交于
-
由 Chenxiao Niu 提交于
-
由 Chen Weihang 提交于
* remove using lodtensor part1 * polish history code format
-
由 yeliang2258 提交于
* fix slice bugs * fix * update code * fix * update code
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
* refine conv_op mkldnn code * fix customized_type_value
-
由 HongyuJia 提交于
* refine sum_op mkldnn code * refine sum_op mkldnn code
-
由 HongyuJia 提交于
-
由 傅剑寒 提交于
* add fp16 data type for set_value * cancel flip modification * add fp16 dtype support for set_value
-
由 HongyuJia 提交于
* solve transpose2, follow #22402 * fix CI cmake * update REGISTER_OP_KERNEL of transpose2
-
由 HongyuJia 提交于
-
由 wuyefeilin 提交于
-
- 10 10月, 2022 8 次提交
-
-
由 YuanRisheng 提交于
* add yaml entry for rnn and rrnn_grad, move infershape function for rnn_grad to phi infer meta * WIP: move rnn kernrl to phi * Change the code generation to avoid converting from intializer list to tuple of heterogeneous types. This is only triggered when an api has intermediate outputs, and the result of the outputs are of heterogeneous types. * fix the bug that when none in a vector of tensors requires gradient, the conversion to InferShapeContext to InferMetaContext (a.k.a. BuildInferMetaContext) produces errorous results. * fix ci bugs * fix ci bugs * fix ci bugs * modify code according comment Co-authored-by: Nchenfeiyu <chenfeiyu@baidu.com>
-
由 Zhang Jun 提交于
-
由 carryyu 提交于
make fused_multi_transformer support dynamically set the cache_kvs' shape and support input prefix_caches. (#46777) * make fused_multi_transformer support dynamically set the cache_kvs' shape and support input prefix_caches.
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
* delete_quantize_headerfile * delete_requantize_headerfile
-
由 HongyuJia 提交于
-
由 Paulina Gacek 提交于
* op migrated, Copy(OneDNNContext, ...) added * mutable_data & op registration in fluid removed * refactoring * OneDNNGetDataType to uppercase * missing cpu check added, handler moved to .h file * name changed to transpose_grad * Copy changed back to TensorCopy * Resizing corrected, Copy(OneDNNContext) removed
-
- 09 10月, 2022 4 次提交
-
-
由 zhangkaihuo 提交于
-
由 zhangkaihuo 提交于
-
由 Haohongxiang 提交于
-
由 ronnywang 提交于
-
- 08 10月, 2022 2 次提交
-
-
由 cifar10 提交于
-
由 mrcangye 提交于
* fix some doc bug test=document_fix * fix some docs issues, test=document_fix * beta -> \beta in softplus * threshold -> \varepsilon in softplus * parameter name * delta -> \delta in smooth_l1_loss * fix some docs test=document_fix * fix docs test=document_fix * fix docs && 增加空行 test=document_fix * Update python/paddle/nn/functional/activation.py, test=document_fix * Update python/paddle/nn/layer/activation.py, test=document_fix Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 03 10月, 2022 2 次提交
-
-
由 jakpiase 提交于
* added transpose * CI fix * fix for transpose * fix after review
-
由 Jacek Czaja 提交于
* - some more MD changes * - lint * - compilation fixes * - compilation fixes * - lint * - fix
-