mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
14 lines
280 B
C++
14 lines
280 B
C++
/*
|
|
* Copyright (C) 2017-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"
|
|
|
|
namespace NEO {
|
|
template struct StateBaseAddressHelper<BDWFamily>;
|
|
}
|