Created by: chenwhql
This PR:
- polish default error message to help users new issues easier
- change cublas error hint to standard error code to help users search related error
- original:
13: ----------------------
13: Error Message Summary:
13: ----------------------
13: Error: Paddle internal Check failed. (Please help us create a new issue, here we need to find the developer to add a user friendly error message)
13: [Hint: CUBLAS: not initialized.] at (/work/Paddle/paddle/fluid/platform/enforce_test.cc:280)
- new:
13: ----------------------
13: Error Message Summary:
13: ----------------------
13: Error: An error occurred here. There is no accurate error hint for this error yet. We are continuously in the process of increasing hint for this kind of error check. It would be helpful if you could inform us of how this conversion went by opening a github issue. And we will resolve it with high priority.
13: - New issue link: https://github.com/PaddlePaddle/Paddle/issues/new
13: - Recommended issue content: all error stack information
13: [Hint: CUBLAS_STATUS_NOT_INITIALIZED] at (/work/paddle/paddle/fluid/platform/enforce_test.cc:280)