1. 17 1月, 2018 1 次提交
  2. 03 1月, 2018 1 次提交
  3. 27 12月, 2017 1 次提交
    • D
      "refine kernel registrar" (#6998) · 35c1683e
      dzhwinter 提交于
      * "refine kernel registrar"
      
      * "refine registrar with multikey"
      
      * "fix register"
      
      * "refine multikernel register"
      
      * "fix CI"
      
      * "fix CI"
      
      * "fix registry"
      
      * "swtich GPU to CUDA"
      
      * "add register macro test case"
      
      * "fix CI"
      35c1683e
  4. 25 12月, 2017 1 次提交
  5. 24 12月, 2017 1 次提交
  6. 22 12月, 2017 1 次提交
  7. 21 12月, 2017 1 次提交
  8. 20 12月, 2017 1 次提交
  9. 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
  10. 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
  11. 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
  12. 29 10月, 2017 2 次提交
  13. 24 10月, 2017 1 次提交
  14. 19 10月, 2017 2 次提交
  15. 18 10月, 2017 1 次提交
  16. 17 10月, 2017 1 次提交
  17. 13 10月, 2017 1 次提交
  18. 10 10月, 2017 1 次提交
  19. 06 10月, 2017 2 次提交
  20. 05 10月, 2017 5 次提交
  21. 04 10月, 2017 3 次提交
  22. 03 10月, 2017 2 次提交
  23. 01 10月, 2017 3 次提交
  24. 29 9月, 2017 1 次提交
  25. 28 9月, 2017 2 次提交
  26. 21 9月, 2017 1 次提交
  27. 20 9月, 2017 1 次提交