Add LogicalStateHelper class

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2022-06-14 14:18:28 +00:00
committed by Compute-Runtime-Automation
parent b7eb9b5ed0
commit 939d109362
18 changed files with 103 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
#include "shared/source/helpers/hw_helper_base.inl"
#include "shared/source/helpers/hw_helper_bdw_and_later.inl"
#include "shared/source/helpers/hw_helper_bdw_to_icllp.inl"
#include "shared/source/helpers/logical_state_helper.inl"
namespace NEO {
typedef BDWFamily Family;
@@ -80,4 +81,6 @@ template class HwHelperHw<Family>;
template class FlatBatchBufferHelperHw<Family>;
template struct MemorySynchronizationCommands<Family>;
template struct LriHelper<Family>;
template LogicalStateHelper *LogicalStateHelper::create<Family>(bool pipelinedState);
} // namespace NEO