- 16 9月, 2022 1 次提交
-
-
由 ronnywang 提交于
* [CustomDevice] add custom_device_resource_pool & device_event_custom_device * update * update * update * update
-
- 15 9月, 2022 4 次提交
-
-
由 zyfncg 提交于
* clear extra attrs of elementwise op in opmaker * fix op_debug_string_test * fix bug of grad_add * fix sort of runtime attrs
-
由 WangZhen 提交于
Support 0 shapes input Tensor for MKL slice kernel
-
由 Nyakku Shigure 提交于
-
由 zyfncg 提交于
* delete eigen header in data_type.h * fix complie bug * refactor
-
- 14 9月, 2022 1 次提交
-
-
由 JingZhuangzhuang 提交于
* merge python lib * Update third_party.cmake * Update CMakeLists.txt
-
- 13 9月, 2022 4 次提交
-
-
由 Leo Chen 提交于
-
由 pangyoki 提交于
* optimize executor log * delete log in new exe * add log for old executor * use LOG_FIRST_N(INFO, 1)
-
由 zyfncg 提交于
* clear extra attr of activation op in opmaker * fix syntax bug * fix mkldnn kernel * fix merge conflict * fix bug
-
由 JingZhuangzhuang 提交于
* add softmax infer kernel
-
- 09 9月, 2022 6 次提交
-
-
由 zhangbo9674 提交于
* add scope cache & reuse * add gc scope for end of each train step * del scope reuse for jit * refine code * test
-
由 Ruibiao Chen 提交于
* Allow manaully set py_reader name in standalone executor * Fix CI errors
-
由 Leo Chen 提交于
* add operator<< for BuildStrategy * add fake_coalesce * fit allreduce mode for new_exe * remove dubeg code * follow comments
-
由 xiaoxiaohehe001 提交于
-
由 ronnywang 提交于
* [CustomDevice] add dy2static support * update
-
由 Chen Weihang 提交于
* add fusion dir and fuse_softmax_mask kernel * remove fusion kernel dir * migrate infershape * fix code errror
-
- 08 9月, 2022 3 次提交
-
-
由 HongyuJia 提交于
-
由 Aurelius84 提交于
* [OpAttr]Refine Teller logic if encounter OpDesc with Variable type Attribute * fix iterator * fix typo * fix lambda expr * fix ptr
-
由 xiongkun 提交于
* stop pass filter int32/int16/int64/bool inputs in cond_op * fix bugs: except block 0, the backward vars and forward vars exist in different blocks. * fix code by review
-
- 07 9月, 2022 6 次提交
-
-
由 Leo Chen 提交于
-
由 Yuang Liu 提交于
-
由 Chen Weihang 提交于
* fix infermeta bug for vector input and output * add unittest
-
由 Yuang Liu 提交于
-
由 wenbin 提交于
* first commit * conver done * correct format * layernorm_shift_partition * correct convert * redefine plugin * runable * bug fix * modify ShiftPartitionPattern * correct * add UT * modify ut * compile * modify enforce * modify UT
-
由 caozhou 提交于
* support iterable dataset for auto parallel * add split_data proto * fix unittest bug * fix recompute bug * update cmake
-
- 06 9月, 2022 7 次提交
-
-
由 YuanRisheng 提交于
* add tensor array * fix ci bugs * fix ci bugs * fix ci bugs * fix ci bugs * update by comment * update code
-
由 danleifeng 提交于
-
由 Hui Zhang 提交于
* using mkldnn * using with mkldnn macro * fix use mkldnn
-
由 Ruibiao Chen 提交于
* Enable startup program for standalone executor * Disable test_py_reader_using_executor * Fix test_parallel_executor_mnist * Fix CI errors * Fix CI errors
-
由 zhoutianzi666 提交于
[Paddle Inference] fix bugs in quant_conv2d_dequant_fuse_pass when weight is shared between ops (#45719) * fix_old_format * fix bug in quant_conv2d_dequant * fix bug in quant_conv2d_dequant
-
由 YuanRisheng 提交于
-
由 zyfncg 提交于
* set use_cudnn=true for conv2d * clear opmaker of matmul_v2 * fix bug of set_attr * add extra attr checker in infer_shape
-
- 05 9月, 2022 4 次提交
-
-
由 piotrekobi 提交于
* gaussian random * mkldnn to onednn renaming * fix merge conflicts * remove fluid code * onednn renaming * Move classes from mkldnn_reuse.h to onednn_reuse.h * Move more functions from mkldnn_helper.h to onednn_helpper.h * Change MKLDNN to OneDNN in VLOG message Co-authored-by: NSilv3S <slawomir.siwek@intel.com>
-
由 yeliang2258 提交于
* support onnx format quantized model * update code * add test * add test * fix * fix test * fix cmake * update code * change scale file path to calibration file path * update code * update code * fix build bug * fix build bugs * fix * fix
-
由 zyfncg 提交于
* remove extra attr of opmaker * remove extra attr of gru * revert scale * fix bug of create_op * add extra attr checker in infer_shape * fix gelu
-
由 feng_shuai 提交于
* fix: vit attention pass * reflash CI
-
- 02 9月, 2022 4 次提交
-
-
由 ronnywang 提交于
-
由 Chen Weihang 提交于
* add serialization funcs in phi * migrate serialization utils
-
由 zyfncg 提交于
* remove extra attr of abs in opmaker * remove extra attrs of some op in opmaker * remove is_test of conv * fix attr getting of interpretercore * fix inplace_abn * fix bug * fix bug of create_op * refine code format
-
由 Ruibiao Chen 提交于
-