|
/*
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#include "shared/source/built_ins/built_in_ops_base.h"
|
|
|
|
namespace NEO {
|
|
namespace EBuiltInOps {
|
|
constexpr Type MaxCoreValue{MaxBaseValue};
|
|
}
|
|
} // namespace NEO
|