mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
add new exit codes
This commit is contained in:
parent
be50f55974
commit
a9fcd87720
@ -82,6 +82,8 @@ def run_tig_runtime(nonce, batch, so_path, ptx_path, results_dir):
|
||||
if ret is not None:
|
||||
# exit codes:
|
||||
# 0 - success
|
||||
# 82 - cuda out of memory
|
||||
# 83 - host out of memory
|
||||
# 84 - runtime error
|
||||
# 85 - no solution
|
||||
# 86 - invalid solution
|
||||
|
||||
@ -58,6 +58,8 @@ Options:
|
||||
|
||||
The following exit codes indicate specific meanings:
|
||||
* 0 - solution found
|
||||
* 82 - cuda out of memory
|
||||
* 83 - host out of memory
|
||||
* 84 - runtime error
|
||||
* 85 - no solution found
|
||||
* 86 - invalid solution
|
||||
|
||||
Loading…
Reference in New Issue
Block a user