1. 03 1月, 2018 1 次提交
  2. 02 1月, 2018 2 次提交
    • D
      Feature/transform (#7111) · 899a79cc
      dzhwinter 提交于
      * "fix data transform"
      
      * "data transformer"
      
      * "add device pool"
      
      * "add test"
      
      * "fix ci"
      
      * "fix datalayout implementation "
      
      * "fix based on comment"
      899a79cc
    • F
      fix typo · deacfa9e
      fengjiayi 提交于
      deacfa9e
  3. 01 1月, 2018 2 次提交
  4. 29 12月, 2017 4 次提交
  5. 28 12月, 2017 8 次提交
  6. 27 12月, 2017 12 次提交
  7. 26 12月, 2017 7 次提交
    • Q
      Add data transform fn (#6953) · f97f69fe
      Qiao Longfei 提交于
      * init data_transform
      
      * complete DataTransform
      
      * fix build error
      
      * add data_transform_test
      
      * add a register test for data_transform_fn
      
      * use function to simulate registration macro
      
      * add register macro
      
      * update test
      
      * clean code
      
      * restore unrelated code
      
      * update data transform test
      
      * generate unique name for REGISTER_DATA_TRANSFORM_FN
      
      * add const
      
      * follow comment
      
      * update KernelTypePair hash function
      f97f69fe
    • Y
      Revert debug code · 87288850
      Yang Yu 提交于
      87288850
    • Y
      Update code · 82a22d32
      Yang Yu 提交于
      82a22d32
    • Y
      Polish `Scope::LocalVarNames` · ef188371
      Yang Yu 提交于
      Cannot get var name recursive since they could be same.
      ef188371
    • Y
      Stash · 938717ba
      Yang Yu 提交于
      938717ba
    • L
      unify the indentation of license · 761b3297
      Luo Tao 提交于
      761b3297
    • D
      "fix threadpool style" (#7017) · 80dafdf5
      dzhwinter 提交于
      * "fix threadpool style"
      
      * "remove header"
      80dafdf5
  8. 25 12月, 2017 4 次提交
    • D
      "add data layout" (#6955) · 7777c811
      dzhwinter 提交于
      * "add data layout"
      
      * "need kernel registry support"
      
      * "fix data layout"
      
      * "reorder include headers"
      
      * "change enum to enum class"
      
      * "fix CI"
      7777c811
    • T
      fix send recv unit test · 4dde9a00
      typhoonzero 提交于
      4dde9a00
    • Q
      Impl kernel hint (#6883) · af0c4c45
      Qiao Longfei 提交于
      * init kernel hint
      
      * fix typo
      
      * rm unused code
      
      * add include in op_kernel.h
      
      * restore op_kernel since it will be moved to op_kernel_type
      
      * change force_cpu to use_cpu
      
      * fix compilation
      af0c4c45
    • D
      Fix/copyfrom context (#6954) · d142a733
      dzhwinter 提交于
      * "fix CopyFrom parameters"
      
      * "fix unused Place argument"
      
      * "fixed based on comment"
      d142a733