compute-runtime/runtime/gen9/state_base_address_gen9.cpp

14 lines
268 B
C++
Raw Normal View History

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