mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Change-Id: I2b64fff4eed31054ae29b7b14ecb9f147914049a Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
14 lines
259 B
C++
14 lines
259 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "core/helpers/state_base_address.h"
|
|
#include "core/helpers/state_base_address_bdw_plus.inl"
|
|
|
|
namespace NEO {
|
|
template struct StateBaseAddressHelper<TGLLPFamily>;
|
|
}
|