Commit Graph

78 Commits (25a233e46d42f6cb76220d58d89f882723a7a4fc)

Author SHA1 Message Date
Guo Sheng a8c0fb4e86
Add cholesky_op (#23543)
5 years ago
Zhou Wei 7817003795
Optimize the error messages of paddle CUDA API (#23816)
5 years ago
Zeng Jinle 674355a097
fix GET_DATA_SAFELY ptr, test=develop (#23679)
5 years ago
silingtong123 c6d14bc839
show the exception messages of cpp inference library in msvc (#23702)
5 years ago
Chen Weihang 16315d3d9e
Delete Ref & VectorRef and add GetDataSafely (#22997)
5 years ago
Chen Weihang 7f1ad510bd
Add op inout check macro to simplify error message writing (#23430)
5 years ago
Wilber de009152a7 Compile without nccl deps. [2/2] (#22484)
5 years ago
Chen Weihang 2e9082250d
polish default error msg & cublas error hint, test=develop (#22032)
5 years ago
Chen Weihang fbb42173a9
fix no hint problem when use ENFORCE for cuda, test=develop (#21994)
5 years ago
Chen Weihang 1fd1f06f11 Rename paddle throw error macro (#21657)
5 years ago
Zeng Jinle cdb3d27985
Fix warn of gcc8 (#21205)
5 years ago
Chen Weihang b3a3e6f60c change cuda enforce & add example (#21142)
5 years ago
Chen Weihang 27fa9c100b
add examples for resource exhausted error, test=develop (#21140)
5 years ago
Chen Weihang 7ee25189c3
Enrich the type of error and declare the error type interfaces (#21024)
5 years ago
Chen Weihang 3358455c86
Polish and arrange code in enforce.h (#20901)
5 years ago
Chen Weihang 8b59ac3ad0 delete paddle infershape enforce marco (#20832)
5 years ago
Chen Weihang 1d1552d106
Make formatted ENFORCE stack adapt to more situations (#20826)
5 years ago
Chen Weihang b916335025 Paddle error message stack shaping and optimization (#19895)
5 years ago
Zeng Jinle b25d1e758d
remove enforce.h file written, test=develop (#19897)
6 years ago
Tao Luo 3ae939e48a
unify PADDLE_ASSERT_MSG into PADDLE_ENFORCE(error_message) (#19631)
6 years ago
Zeng Jinle 0a73f7202a
Add retry_allocator for gpu (#19409)
6 years ago
wopeizl b8aa37d529
save the callstack information to file when exception throws test=dev… (#19324)
6 years ago
Zeng Jinle 91a0911ca3
Make PADDLE_ENFORCE_EQ support types that cannot be converted to std::string (#19243)
6 years ago
Zeng Jinle 002f325dcd
add PADDLE_ENFORCE_CUDA_SUCCESS, test=develop (#19211)
6 years ago
xuezhong 5663fbfb0a fix infershape bug
6 years ago
peizhilin 6ccdb1b947 fix build issue on windows for sample prop op
6 years ago
sneaxiy 209b355762 fix many warning
6 years ago
sneaxiy f0590947c3 fix enforce
6 years ago
sneaxiy ba4f43fd62 fix compile error in distributed mode
6 years ago
peizhilin eea75a1d93 fix issue when type is invalid
6 years ago
peizhilin c1235c935f add the enable_debug flag
6 years ago
peizhilin a6f5ceee74 add the python callstack for debug support test=develop
6 years ago
minqiyang 52b4821a6e Fix Sprintf problem
6 years ago
minqiyang 010f657b33 Polish code
6 years ago
minqiyang 45acfbd011 1. Add specific condition for one or no arg in PADDLE_ENFORCE
6 years ago
minqiyang e4719eb462 Fix bug in Windows VC 2010
6 years ago
minqiyang 5a5c577529 Polish code
6 years ago
minqiyang 099186cd41 Support one argument PADDLE_ENFORCE
6 years ago
minqiyang 4af97c6946 Polish code
6 years ago
minqiyang 41b81293ab Polish code
6 years ago
minqiyang bc66401566 Polish code
6 years ago
minqiyang a3fa3f85d7 Polish code
6 years ago
minqiyang aa41ee75a1 Accelerate PADDLE_ENFORCE
6 years ago
Yu Yang b22d638d8f Speed up SizeOfType
6 years ago
wopeizl d9a1f3e58e Windows/online (#14474)
6 years ago
Zhaolong Xing ba8b5619a3
Revert "cherry picked windows patches."
6 years ago
dzhwinter ebfe5a02b3 merge develop branch
6 years ago
dzhwinter 7141debe38 add cudnn back. staged.
6 years ago
Qiao Longfei 8686f7c68e add reader_queue_speed_test_mode flag for speed test
6 years ago
dzhwinter 7806c5625f
fix enforce (#13544)
7 years ago