mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I577488aa18b7ca53e87c5e05c383d9879c545fbb Related-To: NEO-3016 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
14 lines
268 B
C++
14 lines
268 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/state_base_address.h"
|
|
#include "runtime/helpers/state_base_address_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
template struct StateBaseAddressHelper<ICLFamily>;
|
|
}
|