compute-runtime/shared/source/gen9/state_base_address_gen9.cpp

16 lines
391 B
C++

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen9/hw_cmds_base.h"
#include "shared/source/helpers/state_base_address.h"
#include "shared/source/helpers/state_base_address_bdw_and_later.inl"
#include "shared/source/helpers/state_base_address_skl.inl"
namespace NEO {
template struct StateBaseAddressHelper<Gen9Family>;
}