1. 31 5月, 2023 11 次提交
  2. 30 5月, 2023 18 次提交
  3. 29 5月, 2023 4 次提交
  4. 28 5月, 2023 1 次提交
  5. 27 5月, 2023 1 次提交
  6. 26 5月, 2023 5 次提交
    • L
      Move QAT API from PaddleSlim to Paddle (#53591) · f2f9b0c2
      Leo Chen 提交于
      * Copy QAT files from PaddleSlim
      
      * Integrate QAT API into Paddle
      
      * Replace eval function
      
      * Reduce test_quant_aware run time
      
      * Apply new formatter on modified files
      
      * Remove code check for Paddle version check
      
      * Copy quant_post_quant_aware UT from PaddleSlim
      
      * Integrate test_quant_post_quant_aware UT into PaddlePaddle
      
      * Apply new formatter on modified files
      
      * Remove redundant code and add unittests
      
      * Add new unittests
      
      * Update the time limit of new unittests
      f2f9b0c2
    • Y
      [PHI Decoupling]Create PHI shared lib (#53735) · da50a009
      YuanRisheng 提交于
      * create phi so
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * add file
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * perfect so
      
      * fix py3 bugs
      
      * delete all static target in phi
      
      * fix windows bugs
      
      * fix py3 bugs
      
      * fix ci bugs
      
      * fix windows bugs
      
      * fix bugs: gflags can't be linked by dynamic and static lib
      
      * fix bugs that can not load 3rd party
      
      * fix ci bugs
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix conflict
      
      * fix xpu bugs
      
      * fix mac compile bugs
      
      * fix psgpu bugs
      
      * fix inference failed
      
      * deal with conflict
      
      * fix LIBRARY_PATH bug
      
      * fix windows bugs
      
      * fix onednn error
      
      * fix windows compile bugs
      
      * fix windows compile bugs
      
      * fix test_cuda_graph_static_mode_error aborted
      
      * fix windows bugs
      
      * fix mac-python3 error
      
      * fix hip compile bugs
      
      * change mode to static
      
      * change to static mode
      
      * fix ci bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix bugs
      
      * add static flag
      
      * add PADDLE_API
      
      * change position of PADDLE_API
      
      * fix windows bugs
      
      * change mode to dynamic lib
      
      * fix windows static bugs
      
      * deal with conflict
      
      * fix windows unit bug
      
      * fix coverage
      
      * deal with conflict
      
      * fix windows-inference
      
      * fix py3 bugs
      
      * fix bugs when compile type_info
      
      * fix compile bugs
      
      * fix py3 bugs
      
      * fix windows bugs
      
      * fix windows openblas
      
      * fix xpu bugs
      
      * fix enforce_test in windows
      
      * update code according comment
      
      * fix windows cmake bug
      
      * fix windows bugs
      
      * fix windows bugs
      
      * delete cinn unittest
      
      * fix cinn bugs
      
      ---------
      Co-authored-by: HappyHeavyRain's avatarlzydev <1528794076@qq.com>
      da50a009
    • Z
      [IR] Set NEWIR compile flag is ON (#54123) · 7aabdfd9
      zhangbo9674 提交于
      * on
      
      * add covrage for ir
      7aabdfd9
    • Z
      [AutoParallel] update every rank has global view process_groups (#54067) · 1c465824
      zhaoyingli 提交于
      * global view process_group
      
      * fix import
      
      * fix attr
      
      * fix tunner init comm
      1c465824
    • Z
      refine delete_repeated_ops_pass (#54122) · 2b546613
      zhupengyang 提交于
      * Not delete slice op if out op has shared var node
      2b546613