Qiao Longfei
0f353ab46e
cpu gpu transform function ( #7191 )
...
* add rename guard
* add device_data_transform
* add device_data_transform_test
* modify GetExpectedKernelType
* update operator.run
* support test test_label_semantic_roles
* optimize code
* optimize code
* rename GetActualKernelType to GetExpectedKernelType
* fix chunk_eval_op and device_data_transform_test
* add is_same_place to place
* optimize code, refine rename_guard
* refine rename guard, add GetKernelTypeForVar
* optimize code
* add some log
* rename guard
* use sub scope to create var
* fix compile
* add IsInitialized for Tensor
* add VarIsTensor
* fix op_registry_test
* test
* tmp disable priority
* restore switch_kernel.md
* code clean
7 years ago
guosheng
1eaeacb2c8
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
guosheng
9a89b041ba
Add ChunkEvaluator for multi-batches
7 years ago
QI JUN
61ec0b9516
Refine device context ( #6433 )
...
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`
7 years ago
Qiao Longfei
161128bada
add chunk eval layer ( #6296 )
...
* add crf_decoding layer
* fix some typo
* init trunk_evaluator
* add trunk_evaluator layer
* update chunk_eval_op and test, change int32 to int64
* fix a numeric problem
* change layers.trunk_evaluator to layers.trunk_eval
* fix typo
* add precision_val
7 years ago
guosheng
c8dcd9a9ba
Refine ChunkEvalOp by following comments and rewrite the doc
8 years ago
guosheng
bb9d68dcb3
Add chunk_eval_op
8 years ago