mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Move remaining SBA files to shared
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e6a18aac73
commit
60d0d4d67f
14
shared/source/gen12lp/state_base_address_gen12lp.cpp
Normal file
14
shared/source/gen12lp/state_base_address_gen12lp.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
|
||||
#include "shared/source/helpers/state_base_address_skl_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<TGLLPFamily>;
|
||||
}
|
||||
Reference in New Issue
Block a user