mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
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:
committed by
sys_ocldev
parent
d069ad895f
commit
c4fb85256f
10
FAQ.md
10
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?
|
||||
|
||||
Reference in New Issue
Block a user