1. 29 9月, 2022 1 次提交
  2. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  3. 22 9月, 2022 1 次提交
  4. 01 8月, 2022 1 次提交
    • L
      unify gpu context (#44740) · 86763023
      Leo Chen 提交于
      * remove cudaDeviceContext
      
      * remove more template
      
      * fix rocm compile
      
      * remove alias name CUDADeviceContext
      
      * fix compile
      
      * fix tests
      
      * revert changes
      86763023
  5. 26 6月, 2022 1 次提交
  6. 05 6月, 2022 1 次提交
  7. 20 2月, 2022 1 次提交
  8. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  9. 04 3月, 2021 1 次提交
  10. 14 10月, 2020 1 次提交
  11. 29 8月, 2020 1 次提交
    • J
      Adadelta Optimizer (#26590) · a1b99fae
      Jiawei Wang 提交于
      * add doc; notest
      
      * fix doc; notest
      
      * update doc; notest
      
      * refine optimizer && adam
      
      * refine optimizer; notest
      
      * add adam
      
      * fix doc
      
      * fix doc && add adamw; notest
      
      * add error message
      
      * bug fix
      
      * refine rmsprop && adamax
      
      * fix ci
      
      * buf fix
      
      * update comment
      
      * unify arguments place; notest
      
      * fix ut, test=develop
      
      * bug fix
      
      * fix conflicts, test=develop
      
      * add examples code
      
      * bug fix
      
      * fix comments
      
      * fix sample code
      
      * add sample code for Optimizer
      
      * add adamax ut, test=develop
      
      * fix rmsprop ut, test=develop
      
      * add ut for optimizer.py and adamw.py
      
      * first commit of adadelta optimizer
      
      * fix learning rate
      
      * fix adadelta doc and add sgd momentum
      
      * remove unused fluid
      
      * fix codestyle
      
      * Update test_adam_op.py
      
      * Update test_adam_op.py
      
      * fix SGD in 2 unittests
      
      * fix SGD in 2 unittests
      
      * fix ci
      
      * fix ut
      Co-authored-by: NMRXLT <xlt2024@gmail.com>
      Co-authored-by: Nmapingshuo <mps2012@yeah.net>
      a1b99fae
  12. 25 8月, 2020 1 次提交
  13. 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
  14. 25 12月, 2019 1 次提交
  15. 20 11月, 2019 1 次提交
  16. 14 11月, 2019 1 次提交
  17. 30 8月, 2019 1 次提交
  18. 26 12月, 2018 2 次提交
    • W
      Make topk op support variable k. (#15044) · 2314f2eb
      whs 提交于
      * Make topk op support variable k.
      test=develop
      
      * Fix tensor type.
      test=develop
      2314f2eb
    • W
      Fp16 training (#14992) · 856f0da0
      Wu Yi 提交于
      * wip
      
      * wip
      
      * wip
      
      * wip for test
      
      * add fp16 tests test=develop
      
      * fix cpu build test=develop
      
      * fix test=develop
      
      * fix py3 tests test=develop
      
      * fix lr_scheduler dtype test=develop
      
      * fix test=dvelop
      
      * test fix ci compile test=develop
      
      * fix build and merge test=develop
      
      * fallback momentumop change to general test=develop
      
      * make fp16 lr schedule simple test=develop
      
      * fix ut test=develop
      
      * fix tests test=develop
      
      * remove fp16 learning rate cast test=develop
      856f0da0
  19. 20 12月, 2018 2 次提交
  20. 29 10月, 2018 1 次提交
  21. 26 10月, 2018 2 次提交
  22. 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
  23. 08 10月, 2018 1 次提交
  24. 17 8月, 2018 1 次提交
  25. 16 8月, 2018 1 次提交
  26. 04 5月, 2018 1 次提交
  27. 03 5月, 2018 1 次提交
    • D
      Fix/fp64 (#10346) · f63ff90b
      dzhwinter 提交于
      * "fix double type error"
      
      * "fix ci"
      
      * "softmax fp64"
      
      * "fix momentum"
      
      * "fix ci"
      f63ff90b
  28. 02 5月, 2018 1 次提交
  29. 13 4月, 2018 1 次提交
  30. 12 2月, 2018 1 次提交
  31. 10 2月, 2018 2 次提交
  32. 26 12月, 2017 1 次提交
  33. 25 12月, 2017 1 次提交
  34. 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
  35. 31 10月, 2017 1 次提交
  36. 28 9月, 2017 1 次提交