mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add LogicalStateHelper class
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b7eb9b5ed0
commit
939d109362
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user