1. 08 9月, 2023 1 次提交
  2. 07 9月, 2023 1 次提交
  3. 06 9月, 2023 1 次提交
  4. 05 9月, 2023 2 次提交
  5. 01 9月, 2023 3 次提交
  6. 30 8月, 2023 1 次提交
    • H
      Add paddle custom flags support (#56256) · 2ef4ec71
      huangjiyi 提交于
      * update
      
      * repalce gflags header
      
      * replace DEFINE_<type> with PD_DEFINE_<type>
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * update cmake
      
      * add :: before some paddle namespace
      
      * fix link error
      
      * fix CI-Py3
      
      * allow commandline parse
      
      * fix SetFlagsFromEnv
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix CI-Coverage-build
      
      * fix CI-Windows-build
      
      * fix CI-Inference
      
      * fix bug
      
      * fix bug
      
      * fix CI-CINN
      
      * fix inference api test
      
      * fix infer_ut test
      
      * revert infer_ut gflags usage
      
      * update
      
      * fix inference
      
      * remove flags export macro
      
      * revert inference demo_ci gflags usage
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * fix bug when turn on WITH_GFLAGS
      
      * turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * fix bug when turn on WITH_GFLAGS
      
      * update
      
      * update and add unittest
      
      * add unittest
      
      * fix conflict
      
      * rerun ci
      
      * update
      
      * resolve conflict
      2ef4ec71
  7. 25 8月, 2023 1 次提交
  8. 24 8月, 2023 2 次提交
  9. 23 8月, 2023 1 次提交
  10. 22 8月, 2023 2 次提交
  11. 14 8月, 2023 2 次提交
  12. 11 8月, 2023 2 次提交
  13. 10 8月, 2023 3 次提交
  14. 09 8月, 2023 2 次提交
  15. 08 8月, 2023 2 次提交
  16. 07 8月, 2023 1 次提交
    • U
      [WIP] Integration flash attention 2 (#55758) · 0473369f
      umiswing 提交于
      * Work for fa-2 padded fwd. Code to be cleaned.
      
      * Work for fa2 unpadded fwd.
      
      * Work for padded-bwd, dk get small diff on np.random.seed(0)
      
      * Anyway I pass paddle's utest, except return softmax without dropout.
      
      * Clean code.
      
      * Modify interface.
      
      * Clean code and add some check.
      
      * Easy compile for dev.
      
      * Fix ci.
      
      * Fix ci-build.
      
      * Add std c++17 option again.
      
      * Limit max job when compiling fa2.
      
      * Remove const_cast
      
      * Add fwd params, to be cleaned.
      
      * Clean code.
      
      * Add bwd params.
      
      * Clean code.
      
      * Add enforce.
      
      * Use v2.0.4
      
      * Pass RNG state to fa2 capi
      
      * Fix review.
      
      * Add assert
      
      * Skip compile for sm less than 80.
      0473369f
  17. 01 8月, 2023 2 次提交
  18. 31 7月, 2023 1 次提交
  19. 28 7月, 2023 1 次提交
  20. 20 7月, 2023 2 次提交
  21. 18 7月, 2023 3 次提交
  22. 17 7月, 2023 1 次提交
  23. 14 7月, 2023 2 次提交
  24. 13 7月, 2023 1 次提交
    • Z
      [CINN] Refactor pass api of group fusion in CINN (#55090) · c80bf368
      zyfncg 提交于
      * new group fuse pass api
      
      * fix header
      
      * update
      
      * change logic of get master node to fix bug
      
      * revert update for ReduceFuseReduce
      
      * modify according review
      
      * modify by review
      
      * refine
      
      * update
      
      * fix code-format
      c80bf368