1. 11 11月, 2021 1 次提交
  2. 09 11月, 2021 1 次提交
  3. 04 11月, 2021 1 次提交
  4. 27 10月, 2021 1 次提交
  5. 26 10月, 2021 2 次提交
    • B
      fix wrong trt dim when input dim is 2 (#36614) · 43dcf235
      baoachun 提交于
      * fix wrong trt dim when input dim is 2
      
      * update leaky_relu and instance_norm converter unit test
      
      * add instance_norm input dim check
      43dcf235
    • W
      [Paddle-Inference]Add MatmulV2ToMatmul convert Pass, fix (matmul_v2, matmul,... · 93c591e2
      Wangzheee 提交于
      [Paddle-Inference]Add MatmulV2ToMatmul convert Pass, fix (matmul_v2, matmul, mul) convert pass, fix (matmul, mul) op_teller (#36652)
      
      * new_Matmul2ToMatmulToMul
      
      * new_Matmul2ToMatmulToMul
      
      * fix paddle_pass_builder
      
      * fix paddle_pass_builder
      
      * fix paddle_pass_builder
      
      * tem
      
      * tem
      
      * Add MatmulV2ToMatmul convert Pass; MatmulV2ToMul convert Pass
      
      * Add MatmulV2ToMatmul convert Pass; MatmulV2ToMul convert Pass
      
      * add matmul_broadcast_unitest
      
      * fix op_teller
      93c591e2
  6. 23 10月, 2021 1 次提交
    • H
      New Paddle-CINN Compile PR (#36584) · ab732884
      Huihuang Zheng 提交于
      This PR added some changes to match the CINN change for compilation. It also tried to fix JiangCheng's Problem in PR: https://github.com/PaddlePaddle/Paddle/pull/36100
      
      These changes include:
      1. Set `CINN_GIT_TAG` to a newer tag
      2. CINN now just `make cinnapi -j`
      3. We have to add `-DPY_VERSION=${PY_VERSION} -DWITH_TESTING=ON` to CINN cmake args
      4. For CINN's third party dependencies, we could just include headers without target_link_libraries
      5. Moved `cinn.cmake` from `paddle/cmake` to `paddle/cmake/external` to match old style. External folder contains `lite`, which is the same level of `cinn`
      6. CINN added `-DNAMESPACE=cinn_gflags` in `gflags.cmake` to have different gflag namespaces between CINN and Paddle. It solved re-define problem.
      7. Change namespace of `::google::` in gflags to `::GFLAGS_NAMESPACE`
      ab732884
  7. 19 10月, 2021 1 次提交
  8. 23 9月, 2021 1 次提交
  9. 22 9月, 2021 1 次提交
    • P
      support ernie-int8 test and prune op attribute test (#35890) · e8789c11
      Peihan 提交于
      * support ernie-int8 test and prune op attribute test
      
      * remove using and use namespace
      
      * remove macro and use shell instead
      
      * Revert "remove macro and use shell instead"
      
      This reverts commit 615964b149d7de7825b341936b42be22a4bc0091.
      
      * fix grammar error
      
      * fix shell error
      e8789c11
  10. 16 9月, 2021 1 次提交
  11. 15 9月, 2021 1 次提交
  12. 14 9月, 2021 2 次提交
  13. 07 9月, 2021 1 次提交
    • P
      support test different infer_ut suite type (#35435) · 5bb12853
      Peihan 提交于
      * notest,test=inference;support test different suite type
      
      * notest,test=inference;fix script bugs
      
      * notest,test=inference;fix count time issue
      
      * test=document_fix; fix readme grammar
      5bb12853
  14. 31 8月, 2021 2 次提交
  15. 27 8月, 2021 2 次提交
  16. 26 8月, 2021 1 次提交
    • S
      Add copy from tensor (#34406) · ac33c0ca
      Shang Zhizhou 提交于
      * add api
      
      * temp save
      
      * revert
      
      * copytocpu async ok
      
      * fix style
      
      * copy sync ok
      
      * fix compile error
      
      * fix compile error
      
      * api done
      
      * update python async api
      
      * fix compile
      
      * remove async python api; add c++ async unittest
      
      * remove python async api
      
      * update unittest
      
      * update unittest
      
      * add C++ unittest for copytensor
      
      * add unittest
      
      * update namespace utils to class TensorUtils
      
      * add unittest
      
      * update unittest
      
      * update unittest
      
      * update code style
      
      * update code style
      
      * update unittest
      ac33c0ca
  17. 25 8月, 2021 3 次提交
  18. 23 8月, 2021 1 次提交
  19. 20 8月, 2021 1 次提交
  20. 19 8月, 2021 1 次提交
  21. 18 8月, 2021 1 次提交
  22. 17 8月, 2021 1 次提交
  23. 12 8月, 2021 1 次提交
  24. 03 8月, 2021 1 次提交
  25. 31 7月, 2021 1 次提交
  26. 14 7月, 2021 1 次提交
  27. 25 6月, 2021 1 次提交
  28. 21 6月, 2021 1 次提交
  29. 17 6月, 2021 1 次提交
  30. 12 6月, 2021 1 次提交
  31. 11 6月, 2021 1 次提交
  32. 09 6月, 2021 1 次提交
  33. 08 6月, 2021 1 次提交
  34. 07 6月, 2021 1 次提交