Yu Yang
15e8c80ee0
Rename API of DeviceContext ( #7055 )
...
* Rename API of DeviceContext
Make them as usual names.
* Rename API of DeviceContext
Make them as usual names.
* Fix compile
* Fix compile
* Fix compile
* Fix compile
* Fix compile
7 years ago
Luo Tao
761b329793
unify the indentation of license
7 years ago
dzhwinter
735eba2976
Feature/operator run place ( #6783 )
...
* "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"
7 years ago
Yu Yang
091897321f
Rename XXDescBind --> XXDesc ( #6797 )
...
* Rename XXDescBind --> XXDesc
* Fix Compile
7 years ago
Yu Yang
e445b3ff20
Move framework.proto to proto namespace ( #6718 )
...
* Move framework.proto to proto namespace
* Fix compile
* Fix compile
* Fix Compile
7 years ago
dzhwinter
45062fe5d7
Feature/copytensor ( #5455 )
...
* "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
7 years ago
Yu Yang
7c1755d93f
Assign Operator. ( #5531 )
...
* Assign Operator.
Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray]
* Follow comments
7 years ago