Add test trait on xehp

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek 2021-07-23 15:14:11 +00:00 committed by Compute-Runtime-Automation
parent 4533595274
commit c32147fb9a
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ struct TestTraits<IGFX_XE_HP_CORE> {
static constexpr bool auxBuiltinsSupported = true;
static constexpr bool compressionAubsSupported = true;
static constexpr bool l3ControlSupported = true;
static constexpr bool forceNonCoherentSupported = true;
};