From 9066a714a09fa78dc99e76d13a997279f57cd999 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Mon, 24 Jan 2022 07:32:07 +0100 Subject: [PATCH] restore changes.txt and status_codes.txt --- docs/changes.txt | 8 -------- docs/status_codes.txt | 7 +++---- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 242f7f068..9d1a7b8b0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -48,7 +48,6 @@ - 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,13 +71,6 @@ - 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 c93a9e6b4..b7889ff2e 100644 --- a/docs/status_codes.txt +++ b/docs/status_codes.txt @@ -1,10 +1,9 @@ status codes on exit: ===================== --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 +-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 -5 = backend error: main kernel build error -4 = backend error: memory hit -3 = backend error: skipping hash-type due to module_unstable_warning settings