README.md 612 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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