Add FAQ entry about NEOReadDebugKeys env variable

Related-To: NEO-4941

Change-Id: I5d725aae88be2badc1253c58494ad15e62a87e93
Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2020-08-31 12:45:04 +02:00
committed by sys_ocldev
parent d069ad895f
commit c4fb85256f

10
FAQ.md
View File

@@ -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?