1. 31 10月, 2022 4 次提交
  2. 30 10月, 2022 1 次提交
    • R
      Fix gen cmake (#47457) · 605b3f98
      Roc 提交于
      * maping from dist name scope to single name scope
      
      * update
      
      * fix gen cmake
      
      * support runtype is '' when using test_runner.py
      
      * Revert "fix gen cmake"
      
      This reverts commit d7a653d33aeacb8bb4a13957c9961ed9f626a18f.
      
      * update gen-ut-cmakelist; test=document_fix
      
      * revert code; test=document_fix
      605b3f98
  3. 29 10月, 2022 1 次提交
  4. 28 10月, 2022 12 次提交
  5. 27 10月, 2022 18 次提交
  6. 26 10月, 2022 4 次提交
    • 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
    • M
      Wandb callback (#46918) · 40ce7f4a
      Manan Goel 提交于
      40ce7f4a