1. 01 11月, 2022 2 次提交
  2. 31 10月, 2022 13 次提交
  3. 28 10月, 2022 7 次提交
  4. 27 10月, 2022 15 次提交
  5. 26 10月, 2022 3 次提交
    • W
      Preln_Layernorm_Shift_Partition (#47099) · d17d0cd1
      wenbin 提交于
      * prelnlayernorm_shift
      
      * add ut
      
      * remove paddle_enforce
      
      * remove useless
      
      * add UT
      
      * remove UT
      
      * add UT
      
      * set timeout
      d17d0cd1
    • S
      FC/matmul(v2) + scale fuse pass (#47127) · c1c2be2d
      Sławomir Siwek 提交于
      * fc/matmuls + scale fuse pass
      
      * remove double-extension
      
      * add unit tests
      
      * comments from review
      
      * codestyle
      
      * add pass to int8 list
      
      * new codestyle
      
      * attr name typo
      c1c2be2d
    • H
      [MKLDNN] Delete mkldnn hard code of prior_box (#47068) · d78dd7ea
      HongyuJia 提交于
      * remove prior_box mkldnn hard code
      
      * add header file
      
      * simplify PD_VISIT_TYPE
      
      * decouple dependency between prior_box and density_prior_box
      
      * fix pragma omp parallel error
      
      * bypass #pragma omp_parallel_for error
      
      * polish code
      
      * remove visit_type headerfile
      
      * polish codestyle
      
      * polish codestyle
      
      * try fix CI error
      
      * add testcase, datatype=float64
      
      * reset test_prior_box testcase
      
      * add datacheck to DenseTensor
      
      * update template name
      
      * call prior_box with macro expand
      d78dd7ea