1. 12 9月, 2020 1 次提交
    • L
      Fix GRU mkldnn kernel fail on look_table_v2 (#27198) · 5c4eed66
      lidanqing 提交于
      * Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
      test=develop
      
      * fix according to reviews, removed x_num_col_dims
      test=develop
      
      * update gru model. change according to reviews
      test=develop
      
      * change according to reviews
      test=develop
      5c4eed66
  2. 08 9月, 2020 1 次提交
  3. 07 9月, 2020 2 次提交
  4. 02 9月, 2020 2 次提交
  5. 31 8月, 2020 1 次提交
  6. 28 8月, 2020 1 次提交
  7. 27 8月, 2020 1 次提交
  8. 25 8月, 2020 1 次提交
  9. 19 8月, 2020 1 次提交
  10. 11 8月, 2020 1 次提交
    • L
      GRU model xnli dataset C++ tester (#25534) · 65b97d62
      lidanqing 提交于
      * Add laxical GRU unit test
      
      performance works
      
      * Get model accuracy
      
      * model and data name to be confirmed
      test=develop
      
      * update model name and output format
      test=develop
      
      * update according to reviews
      test=develop
      
      * add accuracy check
      
      * accuracy check between native and analysis
      test=develop
      
      * fix a reading bug, fix gru passes sequence
      test=develop
      
      * fix passes sequence
      test=develop
      65b97d62
  11. 05 8月, 2020 1 次提交
    • P
      Fix registering trt plugin (#25744) · b717895f
      Pei Yang 提交于
      * develop dynamic shape serilization
      
      * add test param for gelu
      
      * fix bugs
      
      * delete redundant comments
      
      * debug
      
      * fix conflict. test=develop
      
      * fix bug. test=develop
      
      * add trt dynamic shape serialized support
      
      * fix ernie serialized bug
      test=develop
      
      * fix codestyle
      test=develop
      
      * fix bug
      test=develop
      
      * fix bug.test=develop
      
      * modify cmakelist test=develop
      
      * fix bug
      test=develop
      
      * fix error message.  test=develop
      
      * fix trt register plugin based on pr#25003
      
      * add trt dynload
      
      * fix deserialization bug of not finding plugin registration
      
      * refine code style
      
      * recover engine key in tensorrt_subgraph_pass
      
      * for ci coverage
      
      * add unittest for deserialization
      Co-authored-by: Nhaozech <chenhaoze94@gmail.com>
      b717895f
  12. 30 7月, 2020 1 次提交
  13. 28 7月, 2020 1 次提交
  14. 30 6月, 2020 1 次提交
  15. 29 6月, 2020 1 次提交
  16. 23 6月, 2020 1 次提交
  17. 19 6月, 2020 1 次提交
  18. 01 6月, 2020 2 次提交
  19. 08 5月, 2020 1 次提交
  20. 19 4月, 2020 1 次提交
    • 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
  21. 12 4月, 2020 1 次提交
  22. 01 4月, 2020 1 次提交
  23. 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
  24. 09 3月, 2020 1 次提交
  25. 02 3月, 2020 1 次提交
  26. 12 2月, 2020 1 次提交
  27. 25 1月, 2020 1 次提交
  28. 13 1月, 2020 2 次提交
  29. 11 1月, 2020 1 次提交
  30. 09 1月, 2020 1 次提交
  31. 07 1月, 2020 1 次提交
  32. 06 1月, 2020 1 次提交
  33. 24 12月, 2019 1 次提交
  34. 16 12月, 2019 1 次提交
  35. 10 12月, 2019 1 次提交
    • 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
  36. 03 12月, 2019 1 次提交