From c4fb85256f12384675bff12ad6cd5bd614776ca3 Mon Sep 17 00:00:00 2001 From: Konstanty Misiak Date: Mon, 31 Aug 2020 12:45:04 +0200 Subject: [PATCH] Add FAQ entry about NEOReadDebugKeys env variable Related-To: NEO-4941 Change-Id: I5d725aae88be2badc1253c58494ad15e62a87e93 Signed-off-by: Konstanty Misiak --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 7e045d129e..c7b6bded47 100644 --- a/FAQ.md +++ b/FAQ.md @@ -28,6 +28,16 @@ and/or Windows update. Features available in github will be available on Windows Note: Older platforms (e.g. Broadwell) are considered to be in maintenance mode for Windows. +### How can I enable reading debug environment variables on Linux release builds? + +Reading of debug environment variables on Linux release builds can be enabled by specifying +`NEOReadDebugKeys` environment variable with a value of 1. + +E.g. to rebuild precompiled kernels you need to set both `RebuildPrecompiledKernels` +and `NEOReadDebugKeys` to a value of 1. + +List of all debug keys can be found [here](https://github.com/intel/compute-runtime/blob/master/shared/source/debug_settings/debug_variables_base.inl). + ## Platform support ### Which Intel platforms are supported by the driver?