Dont compile aux translation builtin on not supported platforms

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-10-08 10:10:38 +00:00
committed by Compute-Runtime-Automation
parent 5856c283c5
commit 740ceaf2c2
10 changed files with 42 additions and 5 deletions

View File

@@ -19,4 +19,5 @@ struct TestTraits<IGFX_XE_HP_CORE> {
static constexpr bool threadPreemptionDisableBitMatcher = true;
static constexpr bool programOnlyChangedFieldsInComputeStateMode = false;
static constexpr bool iohInSbaSupported = false;
static constexpr bool auxTranslationSupported = true;
};