From e15df9dac925096840158c28d72103bbd6d978f5 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Mon, 24 Jan 2022 07:35:46 +0100 Subject: [PATCH] push back changes on changes.txt and status_codes.txt --- docs/changes.txt | 8 ++++++++ docs/status_codes.txt | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 93a4d9d6c..c6956abce 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -48,6 +48,7 @@ - Hash-Mode 7500: set native_threads to 32 with Apple GPU's - Hash-Mode 10500: set native_threads to 32 with Apple GPU's - Hash-Mode 13100: set native_threads to 32 with Apple GPU's +- Fixed bug on benchmark engine, avoid skipping all devices in case of "kernel create error" in one of them ## ## Technical @@ -72,6 +73,13 @@ - Unit tests: added -r (--runtime) option - Unit tests: handle negative status code, skip deprecated hash-types, skip hash-types with known perl modules issues, updated output - Hash Info: show more information (Updated Hash-Format. Added Autodetect, Self-Test, Potfile and Plaintext encoding) +- Status code: updated negative status code (added kernel create failure and resync) + +## +## Improvements +## + +- OpenCL Runtime: Add some unstable warnings detected on macOS * changes v6.2.4 -> v6.2.5 diff --git a/docs/status_codes.txt b/docs/status_codes.txt index 33f44d0a6..4b9daaf4e 100644 --- a/docs/status_codes.txt +++ b/docs/status_codes.txt @@ -2,9 +2,10 @@ status codes on exit: ===================== -10 = autotune failure - -8 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type) - -7 = backend error: Invalid module_extra_buffer_size - -6 = backend error: Too many compute units to keep minimum kernel accel limit + -9 = mixed backend errors (combo of -3, -4, -5, -6, -7 errors type) + -8 = backend error: Invalid module_extra_buffer_size + -7 = backend error: Too many compute units to keep minimum kernel accel limit + -6 = backend error: kernel create error -5 = backend error: main kernel build error -4 = backend error: memory hit -3 = backend error: skipping hash-type due to module_unstable_warning settings