compute-runtime/shared/source/gen12lp/state_base_address_gen12lp.cpp

15 lines
347 B
C++

/*
* Copyright (C) 2019-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"
#include "shared/source/helpers/state_base_address_skl_plus.inl"
namespace NEO {
template struct StateBaseAddressHelper<TGLLPFamily>;
}