1. 24 12月, 2017 1 次提交
  2. 22 12月, 2017 1 次提交
  3. 21 12月, 2017 1 次提交
  4. 20 12月, 2017 1 次提交
  5. 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
  6. 08 11月, 2017 1 次提交
    • Y
      Polish OpWithKernel · bbdac7f7
      Yu Yang 提交于
      * Chage `IndicateDataType` to `GetKernelType`. Make it easier to
        understand.
      * Change `OpKernelKey` to `OpKernelType`
      * Make operator developers can customize which kernel the operator will
        use in runtime.
      bbdac7f7
  7. 01 11月, 2017 1 次提交
    • Y
      Feature/executor use program bind (#5196) · 1363ddb6
      Yu Yang 提交于
      * Init commit
      
      * Make executor use ProgramDescBind
      
      * Change Attribute from BlockDesc to BlockDescBind
      
      * Since we will get the program desc in RNN, just BlockDesc is not
        enough.
      1363ddb6
  8. 29 10月, 2017 2 次提交
  9. 24 10月, 2017 1 次提交
  10. 19 10月, 2017 2 次提交
  11. 18 10月, 2017 1 次提交
  12. 17 10月, 2017 1 次提交
  13. 13 10月, 2017 1 次提交
  14. 10 10月, 2017 1 次提交
  15. 06 10月, 2017 2 次提交
  16. 05 10月, 2017 5 次提交
  17. 04 10月, 2017 3 次提交
  18. 03 10月, 2017 2 次提交
  19. 01 10月, 2017 3 次提交
  20. 29 9月, 2017 1 次提交
  21. 28 9月, 2017 2 次提交
  22. 21 9月, 2017 1 次提交
  23. 20 9月, 2017 1 次提交
  24. 05 9月, 2017 1 次提交
  25. 04 9月, 2017 1 次提交
  26. 03 9月, 2017 1 次提交
  27. 20 8月, 2017 1 次提交
    • Y
      Make OpInfoMap as a class · 7f6b5044
      Yu Yang 提交于
      * Add Get/Has methods to OpInfoMap
      * Add PADDLE_ENFORCE for OpInfo to get field.
      7f6b5044