mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
16 lines
271 B
C++
16 lines
271 B
C++
/*
|
|
* Copyright (C) 2020-2023 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
|