mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Change-Id: I740a349a0f15229cd356fffe996932029bf0f98b Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
15 lines
263 B
C++
15 lines
263 B
C++
/*
|
|
* Copyright (C) 2019-2020 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
|