1. 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
  2. 23 11月, 2017 1 次提交
  3. 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
  4. 05 11月, 2017 1 次提交
  5. 04 11月, 2017 1 次提交
  6. 31 10月, 2017 2 次提交
  7. 27 10月, 2017 3 次提交
  8. 25 10月, 2017 1 次提交
  9. 24 10月, 2017 1 次提交
  10. 23 10月, 2017 1 次提交
  11. 17 10月, 2017 1 次提交
  12. 12 10月, 2017 2 次提交