Commit Graph

87 Commits (eb37ee2a26e8ff1ceaf1058f1a332885ce239ab0)

Author SHA1 Message Date
wanghuancoder df43905f12
use iwyu clean include (#27267)
5 years ago
Leo Chen 672578a797
Print user-friendly error message in core.ops (#26261)
5 years ago
Leo Chen 751305ecf0
Add flags to control call stack of error message (#25997)
5 years ago
Chen Weihang d47304e6d9
Refine paddle error stack format (#25790)
5 years ago
joanna.wozna.intel e5bbffa84c
Add NOMINMAX define due to windows.h max/min macro conflict (#25637)
5 years ago
Chen Weihang d1062d5278
Replace all errors thrown by LOG(FATAL) with PADDLE_THROW (#24759)
6 years ago
Chen Weihang 0aed095188
The third time to simplify the C ++ error stack (#24831)
6 years ago
Zhou Wei d1047d0a69
add WITH_GPU for cudaerror download (#24056)
6 years ago
Chen Weihang aa0f254fbe
Add macro BOOST_GET to enrich the error information of boost :: get (#24175)
6 years ago
Guo Sheng a8c0fb4e86
Add cholesky_op (#23543)
6 years ago
Zhou Wei 7817003795
Optimize the error messages of paddle CUDA API (#23816)
6 years ago
Zeng Jinle 674355a097
fix GET_DATA_SAFELY ptr, test=develop (#23679)
6 years ago
silingtong123 c6d14bc839
show the exception messages of cpp inference library in msvc (#23702)
6 years ago
Chen Weihang 16315d3d9e
Delete Ref & VectorRef and add GetDataSafely (#22997)
6 years ago
Chen Weihang 7f1ad510bd
Add op inout check macro to simplify error message writing (#23430)
6 years ago
Wilber de009152a7 Compile without nccl deps. [2/2] (#22484)
6 years ago
Chen Weihang 2e9082250d
polish default error msg & cublas error hint, test=develop (#22032)
6 years ago
Chen Weihang fbb42173a9
fix no hint problem when use ENFORCE for cuda, test=develop (#21994)
6 years ago
Chen Weihang 1fd1f06f11 Rename paddle throw error macro (#21657)
6 years ago
Zeng Jinle cdb3d27985
Fix warn of gcc8 (#21205)
6 years ago
Chen Weihang b3a3e6f60c change cuda enforce & add example (#21142)
6 years ago
Chen Weihang 27fa9c100b
add examples for resource exhausted error, test=develop (#21140)
6 years ago
Chen Weihang 7ee25189c3
Enrich the type of error and declare the error type interfaces (#21024)
6 years ago
Chen Weihang 3358455c86
Polish and arrange code in enforce.h (#20901)
6 years ago
Chen Weihang 8b59ac3ad0 delete paddle infershape enforce marco (#20832)
6 years ago
Chen Weihang 1d1552d106
Make formatted ENFORCE stack adapt to more situations (#20826)
6 years ago
Chen Weihang b916335025 Paddle error message stack shaping and optimization (#19895)
6 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
7 years ago
peizhilin 6ccdb1b947 fix build issue on windows for sample prop op
7 years ago
sneaxiy 209b355762 fix many warning
7 years ago
sneaxiy f0590947c3 fix enforce
7 years ago
sneaxiy ba4f43fd62 fix compile error in distributed mode
7 years ago
peizhilin eea75a1d93 fix issue when type is invalid
7 years ago
peizhilin c1235c935f add the enable_debug flag
7 years ago
peizhilin a6f5ceee74 add the python callstack for debug support test=develop
7 years ago
minqiyang 52b4821a6e Fix Sprintf problem
7 years ago
minqiyang 010f657b33 Polish code
7 years ago
minqiyang 45acfbd011 1. Add specific condition for one or no arg in PADDLE_ENFORCE
7 years ago
minqiyang e4719eb462 Fix bug in Windows VC 2010
7 years ago
minqiyang 5a5c577529 Polish code
7 years ago
minqiyang 099186cd41 Support one argument PADDLE_ENFORCE
7 years ago
minqiyang 4af97c6946 Polish code
7 years ago
minqiyang 41b81293ab Polish code
7 years ago
minqiyang bc66401566 Polish code
7 years ago