1. 01 3月, 2021 1 次提交
    • W
      optimize unity build (#31119) · a13f1d69
      wuhuanzhou 提交于
      * optimize unity build, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error, test=develop
      
      * fix code style error, test=develop
      a13f1d69
  2. 17 2月, 2020 1 次提交
    • J
      Add TopK Op Grad CPU&GPU Kernel test=develop (#22628) · 8f035fb6
      Jiawei Wang 提交于
      * Add TopK Op Grad CPU&GPU Kernel test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify grad op maker test=develop
      
      * Add TopK Op Grad, modify PADDLE_ENFORCE test=develop
      
      * Add TopK Op Grad, modify PADDLE_THROW test=develop
      
      * Add TopK Op Grad, modify unittest test=develop
      
      * fix ngraph top k op unittest test=develop
      8f035fb6
  3. 05 7月, 2019 1 次提交
  4. 26 12月, 2018 1 次提交
  5. 29 10月, 2018 1 次提交
  6. 26 10月, 2018 2 次提交
  7. 24 10月, 2018 1 次提交
    • Q
      Fix top_k op (#14034) · c7379a73
      qingqing01 提交于
      1. Fix CUDA kernel when height is large than 2048.
      2. Support input with more than 2D.
      3. Fix unit test when k is large than 1.
      4. Enhence unit testing.
      
      test=develop
      c7379a73
  8. 13 7月, 2018 1 次提交
  9. 29 5月, 2018 2 次提交
  10. 18 4月, 2018 1 次提交
  11. 09 4月, 2018 1 次提交
  12. 12 2月, 2018 1 次提交
  13. 10 2月, 2018 2 次提交
  14. 23 1月, 2018 1 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
  15. 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
  16. 31 10月, 2017 1 次提交
  17. 28 9月, 2017 1 次提交
  18. 07 9月, 2017 1 次提交
    • Add topk op (#3760) · 3fbb692d
      武毅 提交于
      * init add
      
      * add topk op
      
      * someupdate
      
      * fix style check
      
      * add test py file
      
      * update top k cuda kernel
      
      * follow comments
      
      * remove debug print
      
      * fix casting error
      
      * fix casting error
      
      * fix casting error
      
      * fix rename bug...
      
      * fix travis
      3fbb692d