compute-runtime/runtime/gen11/state_base_address_gen11.cpp

14 lines
262 B
C++
Raw Normal View History

/*
* Copyright (C) 2018-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<ICLFamily>;
}