- 29 11月, 2022 25 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate if/while/return/break transformer into paddle.jit * migrate call_transformer * migrate call_transformer
-
由 Sławomir Siwek 提交于
* cleanup unused code * unify is_int8 is_bfloat16 * Simplify matmul_v2 FWD kernel * remove RunKernel methods * remove import namespace * remove headers * clean fluid/phi cross imports * remove fluid axpy_handler * delete fluid methods * activations * OneDNNMemDesc * MKLDNNFormatForSize * MatchShapeToLayout * MKLDNNMemoryFormat * MKLDNNFormat * ReorderMKLDNNHandler * to_void_cast * review suggestions * interpolate * remove fluid depedency * init * ExecuteMatMulV2 * rm fluid kernel * matmul_grad * remove mutable_data * mul_grad * matmul fwd * add extra attr * temp disable passes * re-enable passes * workaround for matmul+act * fix for matmul+eltwise_add * fix typo * merge bugfix #48364 * remove merge conflict
-
由 wanghuancoder 提交于
* refine set_state_dict
-
由 Infinity_lee 提交于
* fix some typo errors function rotate: format errors. function to_grayscale: missing one sentences to explain num_output_chanels * Update functional.py * test=docs_preview * Update functional.py * Update functional.py * Update functional.py * Update functional.py * Update functional.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 kangguangli 提交于
* fix:add no support for cuda_arch<700 * replace Executor in while op with InterpreterCore * cache InterpreterCore as the member of WhileOp * fix bug: tensor place changed because of assign op in while loop * refine code * refine code * refine code * hot fix * fix compile * merge develop * follow comments * add log for test * remove LoDTensor * set flag control_flow_use_new_executor false Co-authored-by: Nfengshuai <fengshuai03@baidu.com> Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
-
由 haosicheng 提交于
-
由 JZ-LIANG 提交于
* get default calc stream from execution ctx instead of global dev ctx pool.
-
由 gem5 提交于
-
由 LiYuRio 提交于
* remove lod_tensor_to_array, array_to_lod_tensor, DynamicRNN * remove less_equal, greater_than, greater_equal, equal, not_equal
-
由 ccrrong 提交于
* remove pool3d
-
由 Vvsmile 提交于
* Remove API: lod_append remove lod_append which is not used in Paddle 2.0 * remove lod_append test file
-
由 JZ-LIANG 提交于
* add depend * add origin amp files * fp16 distinguish None & False * engine log * dp add deps for graph exe * add dep for grad clip * dep ops in comm stream * unitest
-
由 201716010711 提交于
-
由 LiYuRio 提交于
* move instance_norm from fluid to static * move group_norm, data_norm to static
-
由 Sławomir Siwek 提交于
-
由 hong 提交于
* fix lite rocksdb ninja compile error * remove useless code * fix bug
-
由 yunyaoXYY 提交于
[Clean fluid] Clean maxout, space_to_depth, affine_channel, similarity_focus and add_position_encoding (#48410) * Clean fluid maxout * Clean fluid space_to_depth * Clean fluid affine_channel and related tests * Clean fluid similarity_focus and related tests * Clean fluid add_position_encoding and related tests * Fix code style
-
由 HappyHeavyRain 提交于
* generate static graph code for lerp by yaml, test=develop * modify the op_compat.yaml of lerp, test=develop * generate static graph code for lerp by yaml, test=develop * modify the op_compat.yaml of lerp, test=develop * remove the 'attrs' of lerp, test=develop Signed-off-by: lizhiyu02 <1528794076@qq.com> Signed-off-by: lizhiyu02 <1528794076@qq.com>
-
由 ccrrong 提交于
* remove triu * use paddle.triu
-
由 Vvsmile 提交于
* Replace paddle.fluid.layers.gather_nd with paddle.gather_nd * replace gather_nd with paddle.gather_nd * fix the call of gather_nd * fix code style of gather_nd
-
由 Matsumoto Ruko 提交于
-
由 zhangkaihuo 提交于
-
由 zhangkaihuo 提交于
-
由 201716010711 提交于
-
由 yunyaoXYY 提交于
* Clean fluid resize_linear API * Clean fluid image_resize_short API * add image_resize back * Clean psroi_pool and prroo_pool * Clean roi_pool and roi_align * delete test_trt_roi_align_op.py
-
- 28 11月, 2022 15 次提交
-
-
由 Sławomir Siwek 提交于
-
由 jakpiase 提交于
* re-enabled reshape, squeeze and flatten kernels * added formatting
-
由 Wang Bojun 提交于
* add trt support
-
由 Wilber 提交于
-
由 wangzhen38 提交于
* [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm
-
由 zyfncg 提交于
* generate static graph code for some operators * add some ops generate * revert npu gelu
-
由 Vvsmile 提交于
* Remove API: squeeze Modify the funcation all of squeeze. Use paddle.squeeze to replace paddle.fluid.layers.squeeze * Remove: squeeze fix some modifications which are not needless to the original format * Fix the function call of 'squeeze' from old style to new style. * modify the call of squeeze from old style to new style * Modify the call of squeeze from old style to new style * replace squeeze with paddle.squeeze * modify the nn.py based on the review suggestion remove a redundant comment. * remove one comment which is not necessary
-
由 Vvsmile 提交于
* remove crop_tensor which is not used in paddle 2.0 * replace the crop_tensor with paddle.crop in orgnizing network
-
由 Aurelius84 提交于
* [Fluid Clean] Migrate program_translate.py/jit.py into paddle.jit dir
-
由 huangjiyi 提交于
* decouple cudnn_desc.h from fluid * move cudnn_desc.h from fluid to phi * fix bugs * decouple cudnn_helper.h from fluid * fix bugs * move cudnn_helper.h from fluid to phi * add fluid cudnn_helper.h * move miopen_desc.h from fluid to phi * move miopen_helper.h from fluid to phi * fix bugs * move gpu_dnn.h from fluid to phi * fix bugs * update copyright year * simplify gpu_dnn.h in fluid * fix bugs * fix xpu build bug * fix compile bug * fix bug
-
由 张春乔 提交于
-
由 Yiqun Liu 提交于
* Optimize the log of broadcast and decrease the log level. * Remove the redundant brackets. * Change op benchmark ci to test the tests module. * Remove the observe of elementwise and reduce_ops sub-directory.
-
由 YuanRisheng 提交于
* Fix onednn kernel bugs * fix gpu bugs
-
由 Asthestarsfalll 提交于
-
由 PuQing 提交于
-