Update disclaimers for debug variables in release builds

Change-Id: Ibade15f84da25c5d4a0c7a300d0a78be0dbd06ad
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2020-07-08 15:55:07 +02:00 committed by sys_ocldev
parent af556aa65f
commit b2719c447b
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
*
*/
/*This file contains variables which are read in the release mode.
Adding variable here requires strong business need and management approval.*/
/*This file contains debug variables which are read by release builds of the driver. (All other variables are read in debug builds only)
This is not a stable interface. Variables can be added, removed, modified at any time.
Variables are provided for experimentation. Do not use in production deployments. No support provided.*/
DECLARE_DEBUG_VARIABLE(bool, MakeAllBuffersResident, false, "Make all buffers resident after creation")
DECLARE_DEBUG_VARIABLE(int32_t, OverrideDefaultFP64Settings, -1, "-1: dont override, 0: disable, 1: enable.")