- 09 8月, 2023 1 次提交
- 
- 
由 Frank Lin 提交于* set input type to fp16 
 
- 
- 12 6月, 2023 1 次提交
- 
- 
由 Nyakku Shigure 提交于
 
- 
- 19 5月, 2023 1 次提交
- 
- 
由 Frank Lin 提交于* Improve Readability and Overall Clarity of Logging * Adds the set_input_type API for specifying input data types * Specifying input data types 
 
- 
- 17 4月, 2023 1 次提交
- 
- 
由 tianshuo78520a 提交于
 
- 
- 31 3月, 2023 1 次提交
- 
- 
由 张春乔 提交于* autofix Co-authored-by: NLiyulingyue <83450930+Liyulingyue@users.noreply.github.com> * revert changes in python/paddle/distributed/fleet/utils/hybrid_parallel_util.py * empty commit, trigger ci * fix test_slice --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com> 
 
- 
- 28 3月, 2023 1 次提交
- 
- 
由 Kim 提交于
 
- 
- 23 3月, 2023 1 次提交
- 
- 
由 PuQing 提交于[CodeStyle][C408][C409][C410] Fix unnecessary <dict/list/tuple> call and unnecessary <list/tuple> passed to <list/tupule>() (#51928) * autofix * add select config * autofix C410 * add C410 select 
 
- 
- 22 3月, 2023 1 次提交
- 
- 
由 Ainavo 提交于* replace assert false with AssertionError * 修改配置文件多余的部分 
 
- 
- 22 2月, 2023 1 次提交
- 
- 
由 Shuangchi He 提交于* Fix some typos. Signed-off-by: Yulv-git <yulvchi@qq.com> * pre-commit Signed-off-by: Yulv-git <yulvchi@qq.com> --------- Signed-off-by: Yulv-git <yulvchi@qq.com> 
 
- 
- 10 2月, 2023 1 次提交
- 
- 
由 zhupengyang 提交于
 
- 
- 03 1月, 2023 1 次提交
- 
- 
由 zhoutianzi666 提交于* Implement conv2d_fusion NHWC format using CUTLASS * Add unit testing for CUTLASS Conv in inference * Add experimental API for CUTLASS. 
 
- 
- 25 11月, 2022 1 次提交
- 
- 
由 Nyakku Shigure 提交于* add isort config * isort all files 
 
- 
- 14 11月, 2022 1 次提交
- 
- 
由 xiaoxiaohehe001 提交于
 
- 
- 03 11月, 2022 1 次提交
- 
- 
由 Nyakku Shigure 提交于* [CodeStyle][py2][U008] remove unnecessary args in `super()` * remove remained args * revert changes in test_pylayer_op * Revert "revert changes in test_pylayer_op" This reverts commit ff185a9ae738afac3b0264f61bde6c6b7f72e7c4. * revert some changes in example code 
 
- 
- 23 10月, 2022 1 次提交
- 
- 
由 Nyakku Shigure 提交于* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format 
 
- 
- 14 9月, 2022 1 次提交
- 
- 
由 Nyakku Shigure 提交于* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error 
 
- 
- 17 8月, 2022 1 次提交
- 
- 
由 Nyakku Shigure 提交于[CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988) * autofix * try resolve precision issues * revert some changes * clean some `err_msg` * 0.0001 -> 1e-4 * update commented assert code * try to fix some shape errors * `numpy` -> `np` * empty commit, trigger kunlun ci, test=kunlun * empty commit, retrigger kunlun ci, test=kunlun * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun * try fix npu import error, test=kunlun 
 
- 
- 15 8月, 2022 1 次提交
- 
- 
由 zlsh80826 提交于* Reduce pool2d test configuration * Reduce depthwise_conv2d test configuration * Reduce trt_convert_conv2d_fusion test configuration * Reduce trt_convert_conv2d test configuration * Reduce trt_convert_conv2d_transpose test configuration * Reduce trt_convert_hard_swish test configuration * Enhance trt auto scan test error message and mechanism * Increase FP16 trt ut tolerance 
 
- 
- 23 6月, 2022 1 次提交
- 
- 
由 Sylwester Fraczek 提交于* sylwek prototype params to int8 pass * trying to make warmup work * wip * wip * change test to cpp test * review fixes, refactoring * more refactoring * add erasevars * change test to fixture * rename pass and reorder erasevars and graphsaferemovenodes * fix * more refactoring and fixed bug * formatting * remove scale count * enfroce message too short * remove erasevars erasevars couldbe cauuse of memory issues some other fixes * add count of successfull fuses to name of new nodes * FindVar -> GetVar and use ConvResidual pattern * use tensor->clear() instead of new variable * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> * add log (review fix)c * review fix (2 functions to one) * code review: Conv->QuantizeConv * revert * fix formatting * remove unused functions * add paddle enforce Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> 
 
- 
- 20 6月, 2022 1 次提交
- 
- 
由 whs 提交于
 
- 
- 05 6月, 2022 1 次提交
- 
- 
由 Sing_chan 提交于* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed 
 
- 
- 12 5月, 2022 1 次提交
- 
- 
由 Shuangchi He 提交于
 
- 
- 28 12月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 22 12月, 2021 1 次提交
- 
- 
由 heliqi 提交于
 
- 
- 21 12月, 2021 1 次提交
- 
- 
由 heliqi 提交于* add timeout * add timeout * PassAutoScan base_line use same config * try run base_line * fix dropout Mask of output attr error * fix dropout Mask of output attr error 
 
- 
- 16 12月, 2021 1 次提交
- 
- 
由 yeliang2258 提交于* add test for conv_elementwise_add2_act_fuse_pass and conv_elementwise_add_act_fuse_pass * Add conv_eltwiseadd_bn_fuse_pass test and fix test_conv_elementwise_addX_act_fuse_pass * add tests for conv_act_mkldnn_fuse_pass * add test for conv_bias_mkldnn_fuse_pass * update code * add conv_act_mkldnn_fuse_pass for relu, relu6, swish, leaky_relu * update test * update * update bug * update * update pattern_detector * fix test_conv_eltwiseadd_bn_fuse_pass * add diff display notest;test=windows_ci_inference * fix * remove test_conv_act_mkldnn_fuse_pass.py * ifix 
 
- 
- 10 12月, 2021 1 次提交
- 
- 
由 heliqi 提交于* add fc_elementwise_layernorm_fuse_pass * fix name conflictn * rebuild CI * fix Ran Programs=0 bug 
 
- 
- 29 11月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 22 11月, 2021 1 次提交
- 
- 
由 Jason 提交于
 
- 
- 11 11月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 08 11月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 10 9月, 2021 1 次提交
- 
- 
由 baoachun 提交于
 
- 
- 06 9月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 04 9月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 31 8月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 23 8月, 2021 1 次提交
- 
- 
由 Wilber 提交于
 
- 
- 19 8月, 2021 1 次提交
- 
- 
由 王明冬 提交于
 
- 
