refactor: simplify isDcFlushAllowed implementation

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2024-03-14 10:15:48 +00:00
committed by Compute-Runtime-Automation
parent ef7dbc99f1
commit 8fe1a460f8
8 changed files with 15 additions and 13 deletions

View File

@@ -92,6 +92,8 @@ struct XeHpgCore {
}
};
static constexpr bool isDcFlushAllowed = true;
static_assert(sizeof(DataPortBindlessSurfaceExtendedMessageDescriptor) == sizeof(DataPortBindlessSurfaceExtendedMessageDescriptor::packed), "");
};