1. 12 2月, 2018 1 次提交
  2. 10 2月, 2018 2 次提交
  3. 09 2月, 2018 1 次提交
  4. 09 1月, 2018 1 次提交
  5. 27 12月, 2017 4 次提交
  6. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  7. 21 12月, 2017 1 次提交
  8. 20 12月, 2017 1 次提交
  9. 26 11月, 2017 1 次提交
    • D
      Feature/copytensor (#5455) · 45062fe5
      dzhwinter 提交于
      * "make global tensor function independently"
      
      * "replace functor"
      
      * "fix inline template error"
      
      * "fix tensor array with CopyFrom"
      
      * "fix other case use CopyFrom"
      
      * "move the op interface hardly"
      
      * "fix operators"
      
      * "fix typo"
      
      * "delete dynamic recurrent rnn and fix gru_unit in debugmode"
      
      * "fix unique_ptr copy"
      
      * "fix cuda copy"
      
      * "fix namespace error"
      
      * "removed nccl python test"
      
      * "fix include error"
      
      * "fix typo"
      
      * fix copy util test
      45062fe5
  10. 14 11月, 2017 1 次提交
    • Q
      add split and merge lod tensor operator (#5537) · f07a226a
      QI JUN 提交于
      * add split lod tensor operator
      
      * add more test cast
      
      * clean code
      
      * add merge lod tensor operator
      
      * fix bug
      
      * clean code
      
      * add grad operator
      
      * make mask support GPU
      
      * add comments
      f07a226a