compute-runtime/shared/source/built_ins/builtinops/built_in_ops.h

15 lines
270 B
C
Raw Normal View History

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