Skip to content

Commit 22cb1ac

Browse files
committed
add readme
1 parent 5a57bd0 commit 22cb1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engineV2-README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
| `--custom_device_vs_gpu` | bool | 启用自定义设备与GPU的精度对比测试模式(默认 False) |
9090
| `--custom_device_vs_gpu_mode` | str | 自定义设备与GPU对比的模式:`upload``download`(默认 `upload`|
9191
| `--bitwise_alignment` | bool | 是否进行诸位对齐对比,开启后所有的api的精度对比都按照atol=0.0,rtol = 0.0的精度对比结果(默认False)|
92+
| `--generate_failed_tests` | bool | 是否为失败的测试用例生成可复现的测试文件。开启后,当测试失败时,会在`failed_tests`目录下生成独立的Python测试文件,便于后续复现和调试(默认False)|
9293
| `--exit_on_error` | bool | 是否在精度测试出现`paddle_error`或者 `accuracy_error` 错误时立即退出测试进程(exit code 为1)。默认为False,测试进程会继续执行 |
9394
9495
### 示例命令

0 commit comments

Comments
 (0)