1. 01 4月, 2021 1 次提交
  2. 01 12月, 2020 1 次提交
  3. 17 9月, 2020 1 次提交
  4. 14 9月, 2020 1 次提交
  5. 11 7月, 2020 1 次提交
  6. 03 6月, 2020 1 次提交
  7. 25 6月, 2019 1 次提交
    • H
      Sequence mask support tensor (#18249) · df2eee71
      Hongyu Liu 提交于
      * sequnce mask support max length tensor input; test=develop
      
      * add rnn_impl.py; test=develop
      
      * add basic gru lstm unittest; test=develop
      
      * fix api spec; test=develop
      
      * fix sequence_mask op bug;
      test=develop
      test=document_preview
      
      * change +-*x to elmentwise_op; test=develop
      
      * add mkl flag; test=develop
      
      * fix rnn impl bug; test=develop
      
      * update api spec; test=develop
      
      * fix doc bug; test=develop
      
      * fix lstm bugs; test=develop
      df2eee71
  8. 12 12月, 2018 1 次提交
  9. 11 12月, 2018 1 次提交
  10. 31 8月, 2018 1 次提交
  11. 27 8月, 2018 1 次提交
  12. 10 5月, 2018 1 次提交
  13. 04 5月, 2018 1 次提交
  14. 03 5月, 2018 1 次提交
  15. 28 4月, 2018 1 次提交
  16. 25 4月, 2018 1 次提交
  17. 14 4月, 2018 1 次提交
  18. 13 4月, 2018 1 次提交
  19. 11 4月, 2018 1 次提交
  20. 07 4月, 2018 1 次提交
  21. 17 3月, 2018 1 次提交
  22. 16 3月, 2018 1 次提交
  23. 12 3月, 2018 1 次提交
  24. 09 3月, 2018 1 次提交
    • K
      Add float16 GEMM math function on GPU (#8695) · 90215b78
      kexinzhao 提交于
      * test cpu float16 data transform
      
      * add isnan etc
      
      * small fix
      
      * fix containsNAN test error
      
      * add data_type transform GPU test
      
      * add float16 GPU example
      
      * fix error
      
      * fix GPU test error
      
      * initial commit
      
      * fix error
      
      * small fix
      
      * add more gemm fp16 tests
      
      * fix error
      
      * add utility function
      90215b78
  25. 12 2月, 2018 1 次提交
  26. 10 2月, 2018 2 次提交
  27. 03 2月, 2018 1 次提交
  28. 27 12月, 2017 1 次提交
  29. 26 12月, 2017 1 次提交
  30. 25 12月, 2017 2 次提交
  31. 18 12月, 2017 1 次提交
  32. 14 12月, 2017 1 次提交
  33. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  34. 27 11月, 2017 1 次提交
  35. 23 11月, 2017 1 次提交
  36. 16 11月, 2017 1 次提交
    • Y
      feature/while_grad_op (#5554) · 18f0c40a
      Yang Yang(Tony) 提交于
      * first commit
      
      * Python API for while op
      
      * Python Unittest for simple while_op forward
      
      * fix out to be list
      
      * Fix UT
      
      * VarType
      
      * Fix several bugs
      
      * Fix bug
      
      * Fix bug
      
      * Fix Bug
      
      * Fix bug
      
      * Fix unittest
      
      * Remove debug log
      
      * Add comments
      
      * add PADDLE_ENFORCE
      
      * while_grad_op first commit
      
      * Add `BlockDescBind::FindRecursiveOrCreateVar()` and fix bugs
      
      * not sure how to setdim of while outputs
      
      * push for test
      
      * add executor vlog
      
      * fix bug of while_op cond
      
      * Several enhancement for code
      
      1. Backward always infer shape & infer var type. Since there are RENAME
      variables will be created when creating backward operator, but their
      shape & var types are not inferenced.
      2. Never use SomePtr-> directly, since every pointer could be nullptr if
      it is a function return value. Add `detail::Ref` to cast pointer to
      reference safely.
      3. Enhance error message for backward.
      4. Infer data type of variable in `sum` and `tensor_write`
      
      * Fix bugs of while_op gradient
      
      * Fix several bugs of while_op grad
      
      * fix fill zeros like
      
      * fix 3 >= 3
      
      * fix place holder shouldn't be null
      
      * fail on sum op
      
      * Fix SumOp of TensorList
      
      * clean up
      
      * pass while test
      
      * fix test_array_write_read
      
      * pass sum op
      
      * Support int/int64 for fill_constant_batch_size_like
      
      * Fix compile
      18f0c40a
  37. 14 11月, 2017 1 次提交
  38. 13 11月, 2017 1 次提交