Commit Graph

170 Commits (1fe05c458fa1d7ff1949759c2a06ed6d19ab8048)

Author SHA1 Message Date
Yu Yang bbdac7f7d8 Polish OpWithKernel
7 years ago
typhoonzero 272f3e6d43 refine get cuda context
7 years ago
Qiao Longfei 906e2565a7
Add acc test to image classification (#5336)
7 years ago
caoying03 dd2be3daba Merge branch 'develop' into crf
7 years ago
Qiao Longfei 0049ce0479
03 image classification (#5192)
7 years ago
dzhwinter 833d0ad0fe
Merge pull request #4838 from dzhwinter/feature/multigpu
7 years ago
dzhwinter 71305e5f90 "polish code based on comment"
7 years ago
Yu Yang 8f6c0a0fad
Extract InferShape to many cc files (#5174)
7 years ago
Yu Yang b44f4ccbeb Make InferShape as a field in OpInfo (#5139)
7 years ago
QI JUN 7f8574c0f5 add sparse support for sum op (#5093)
7 years ago
Yu Yang be00b0c4d6 Gradient check use graph (#5027)
7 years ago
Dong Zhihong 6cce5268ed "fixed based on comment"
7 years ago
Dong Zhihong 63fb41b399 "redefine the initop from kernel to OpBase"
7 years ago
caoying03 427644b2fa fix the computation kernels.
7 years ago
Dong Zhihong f6106ffa7e merge develop into multigpu
7 years ago
Dong Zhihong ec47565c23 "add reduce hash function"
7 years ago
Qiao Longfei c91de280d7 CompileTime InferShape should find var recursively in stack of blocks (#4998)
7 years ago
Qiao Longfei e7f627036a fix InferShapeContext Has interface (#4994)
7 years ago
Yu Yang 86437a8dda Global function, op_support_gpu (#4980)
7 years ago
Yu Yang e9249d16cb Add glog as dependencies of ops (#4908)
7 years ago
Dong Zhihong 2434b8f5fb " add interface to scopeDesc bind"
7 years ago
武毅 a3ccbdb3b6 Cudnn conv op (#4195)
7 years ago
Yan Chunwei 843ed8e320 dynamic recurrent op forward c++ implentation (#4597)
7 years ago
qiaolongfei c0a34e1c64 rename InferShapeContextBase to InferShapeContext
7 years ago
qiaolongfei a0767228bd merge InferShapeContext and ExecutionContext
7 years ago
qiaolongfei 4acd5abaaa update comment for input/output length check
7 years ago
qiaolongfei 5917e09cde tmp work
7 years ago
qiaolongfei 81fc7774ec optimize infershape context
7 years ago
qiaolongfei 455436e514 fix compile problem
7 years ago
qiaolongfei d550380ed9 add CompileTimeInferShapeContext
7 years ago
qiaolongfei 31bdb3f3cc tmp
7 years ago
Qiao Longfei 87efa600df add some check to operator.run (#4544)
7 years ago
Yancey 2d8c7e310a Add Inputs/Outputs check interface (#4438)
7 years ago
qijun 7a6fcc7d30 move EigenDeviceConverter to device_context.h
7 years ago
Yu Yang fb6a48c62d Merge branch 'develop' of github.com:baidu/Paddle into feature/make_paddle_support_double
7 years ago
Yu Yang f2feb33384 Follow comments
7 years ago
Yu Yang 21f63ec223 Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
7 years ago
Yancey d7db15f3e5 Use StridedMemCpy in Concat/Split Kernel (#4188)
7 years ago
Yu Yang 6196209478 Remove OperatorBase::InferShape
7 years ago
Yu Yang 3a5693e0a8 Add Skeleton of Double support
7 years ago
Qiao Longfei 9a9d50a6ee Refactoring InferShape (#3946)
7 years ago
dangqingqing 6e2782e958 update to develop branch.
8 years ago
dangqingqing a524498efe fix the bug in TeamCity environment.
8 years ago
dangqingqing 36aeb30d12 Remove LoDTensor in some operators' InferShape and refine ShareLoD function.
8 years ago
dangqingqing b65709e403 Share LoD between input and output of each opeators.
8 years ago
qiaolongfei 98ef17eddc move OpProtoAndCheckerMaker from operator to op_proto_maker
8 years ago
Yu Yang 847fe47310 Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_lazy_init_in_dev_ctx
8 years ago
Yu Yang 81d56ca86b Remove lazy-initialization in device_context
8 years ago
dangqingqing 74f460fd0f Fix specialization of template member functions in the non-template class in GCC 5.0.
8 years ago
dangqingqing cb28428323 Replace LoDTensor in elementwise_mul_op, pad_op and recurrent_op_utils.
8 years ago