mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
Related-To: NEO-2388 Change-Id: I4da92efe7f875f409cd62519a31ed4509b55bda7 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
14 lines
259 B
C++
14 lines
259 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.inl"
|
|
|
|
namespace NEO {
|
|
template struct StateBaseAddressHelper<ICLFamily>;
|
|
}
|