2019-01-10 22:36:57 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2019-01-10 22:36:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-12-04 22:44:01 +08:00
|
|
|
#include "core/helpers/state_base_address.h"
|
|
|
|
#include "core/helpers/state_base_address_bdw_plus.inl"
|
2019-01-10 22:36:57 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
template struct StateBaseAddressHelper<ICLFamily>;
|
|
|
|
}
|