compute-runtime/core/sku_info/definitions/sku_info.h

16 lines
274 B
C
Raw Normal View History

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/sku_info/sku_info_base.h"
namespace NEO {
struct FeatureTable : FeatureTableBase {};
struct WorkaroundTable : WorkaroundTableBase {};
} // namespace NEO