1. 01 6月, 2020 1 次提交
    • S
      support C++ inference shared library on windows (#24672) · 126d3d69
      silingtong123 提交于
      * add SetCommandLineOption
      
      * add the print_FLAGS function
      
      * remove the test demo
      
      * modify the location of macro
      
      * add the 'WITH_STATIC_LIB' option on windows
      
      * modify the macro of PD_INFER_DECL
      
      * modify the the fuction name
      
      * modify the unittest
      
      * modify the code style
      126d3d69
  2. 15 5月, 2020 1 次提交
  3. 12 5月, 2020 1 次提交
  4. 11 5月, 2020 2 次提交
  5. 08 5月, 2020 1 次提交
  6. 29 4月, 2020 1 次提交
  7. 28 4月, 2020 1 次提交
  8. 23 4月, 2020 1 次提交
  9. 19 4月, 2020 3 次提交
    • Z
      [Eernie TRT]: add slice op and add emb eltwise layernorm fp16 support (#23723) · 133f1fc1
      Zhaolong Xing 提交于
      * refine ernie trt dynamic shape support
      1. add slice op converter
      2. add emb eltwise layernorm fp16 support
      test=develop
      
      * fix dynamic shape test ut
      test=develop
      
      * fix comments.
      test=develop
      
      * fix comments
      test=develop
      133f1fc1
    • G
      Support LoDTensorArray in fetch (#23645) · 2b896c1f
      guofei 提交于
      * Support LoDTEnsorArray in fetch op
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      2b896c1f
    • L
      Add user local data preprocess support (#23692) · 2291634c
      lidanqing 提交于
      * add local data preprocess support for imagenet
      test=develop
      
      * add local data2bin tests
      test=develop
      
      * locally two tests passed
      test=develop
      
      * change according to reviews
      test=develop
      2291634c
  10. 12 4月, 2020 1 次提交
  11. 09 4月, 2020 1 次提交
    • M
      Remove: NGraph engine from PDPD repository (#23545) · 3baaee9a
      mozga-intel 提交于
      * Remove the NGraph engine from PDPD repository
      1. Each operator was removed from the operator's directory
      2. Each test was removed from the unittest directory
      3. The parallel executor support was removed from the PDPD
      4. The CMake file was removed from the PDPD
      5. The NG flags were removed from the repository
      test=develop
      
      * Remove ngraph from:
      1. Cmake file
      2. Python file
      test=develop
      3baaee9a
  12. 01 4月, 2020 1 次提交
  13. 26 3月, 2020 1 次提交
    • Z
      [Paddle-TRT]: Ernie Dynamic shape support. (#23138) · 430b0099
      Zhaolong Xing 提交于
      * add dynamic plugin support.
      test=develop
      
      * change emb eltwise layernorm to math function
      test=develop
      
      * add emb eltwise layernorm
      test=develop
      
      * can run dynamic shape ernie
      test=develop
      
      * fix ci
      test=develop
      
      * add ut for trt ernie dynamic
      
      test=develop
      
      * refine dynamic shape c++ interface.
      test=develop
      
      * fix comments
      test=develop
      
      * fix comments
      test=develop
      430b0099
  14. 09 3月, 2020 1 次提交
  15. 06 3月, 2020 1 次提交
  16. 02 3月, 2020 1 次提交
  17. 26 2月, 2020 1 次提交
  18. 24 2月, 2020 1 次提交
  19. 14 2月, 2020 1 次提交
  20. 12 2月, 2020 1 次提交
  21. 05 2月, 2020 1 次提交
  22. 04 2月, 2020 1 次提交
  23. 25 1月, 2020 1 次提交
  24. 14 1月, 2020 1 次提交
  25. 13 1月, 2020 2 次提交
  26. 11 1月, 2020 1 次提交
  27. 09 1月, 2020 1 次提交
  28. 07 1月, 2020 1 次提交
  29. 06 1月, 2020 1 次提交
  30. 24 12月, 2019 1 次提交
  31. 16 12月, 2019 1 次提交
  32. 12 12月, 2019 1 次提交
  33. 10 12月, 2019 2 次提交
    • A
      MKL-DNN 1.0 Update (#20162) · e81f0228
      Adam 提交于
      * MKLDNN v1.0 rebase to Paddle 1.6
      test=develop
      
      * Add hacky paddle::string::to_string() implementation
      
      * vectorize<int64-t>() -> vectorize() cleanup
      test=develop
      
      * PADDLE_ENFORCE and void_cast fixes
      test=develop
      
      * Rebase changes
      test=develop
      
      * Cosmetics
      test=develop
      
      * Delete MKL from mkldnn.cmake
      test=develop
      
      * CMake debug commands
      test=develop
      
      * Delete MKLDNN_VERBOSE and rebase fixes
      test=develop
      
      * Rebase fixes
      test=develop
      
      * Temporarily disable int8 resnet101 vgg16 and vgg19 tests
      test=develop
      
      * Add libmkldnn.so.1 to python setup
      test=develop
      
      * Add libmkldnn.so.1 to inference_lib cmake after rebase
      test=develop
      
      * Post rebase fixes + FC int8 changes
      test=develop
      
      * Fix LRN NHWC
      test=develop
      
      * Fix NHWC conv3d
      test=develop
      
      * Windows build fix + next conv3d fix
      test=develop
      
      * Fix conv2d on AVX2 machines
      test=develop
      e81f0228
    • R
      fix: fail to call ZeroCopyTensor::mutable_data() when device_id is no… (#21461) · 7f5d532a
      rensilin 提交于
      * ZeroCopyTensor::mutable_data in the right device, test=develop
      
      * add unittest for zerocopy, test=develop
      7f5d532a
  34. 09 12月, 2019 1 次提交
    • L
      QAT Int8 document (#21360) · fbf9eca0
      lidanqing 提交于
      * update benchmark for int8v2, QAT1, QAT2 accuracy and performance
      test=document_fix
      
      * change according to reviews
      test=develop test=document_fix
      
      * improve some descriptions and some models
      test=develop test=document_fix
      
      * update models benchmark data
      test=develop test=document_fix
      
      * update int8v2 and qat2 performance
      test=develop test=document_fix
      fbf9eca0
  35. 03 12月, 2019 1 次提交