You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/tools/cudaError
iducn ba0fe0a812
revert the modified shell script (#28453)
4 years ago
..
README.md Optimize the error messages of paddle CUDA API (#23816) 5 years ago
spider.py Optimize the error messages of paddle CUDA API (#23816) 5 years ago
start.sh revert the modified shell script (#28453) 4 years ago

README.md

Usage:

Please run:

bash start.sh

The error message of CUDA9.0 / CUDA10.0 / CUDA-latest-version will be crawled by default.

If you want to crawl a specified version of CUDA, Please run:

bash start.sh <version> <URL(optional)>

URL can be derived by default, so you don't have to enter a URL.

for example:

bash start.sh 11.0

will capture error message of CUDA11.0(in future).

Every time when Nvidia upgrade the CUDA major version, you need to run bash start.sh in current directory, and upload cudaErrorMessage.tar.gz to https://paddlepaddledeps.bj.bcebos.com/cudaErrorMessage.tar.gz