mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Add debug/release variables with prefixes for Level Zero, OpenCL and NEO Resolves: NEO-6357 Signed-off-by: John Falkowski <john.falkowski@intel.com>
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
StringTestKey = IncorrectValue
|
|
IntTestKey = 888
|
|
IntTestKeyHex = 0xFACE
|
|
NEO_StringTestKey = TestValue
|
|
NEO_IntTestKey = 123
|
|
NEO_IntTestKeyHex = 0xABCD |