Files
compute-runtime/shared/source/compiler_interface/spec_const_values_map.h
Jaroslaw Warchulski 106d1bb486 refactor: cleanup includes
Signed-off-by: Jaroslaw Warchulski <jaroslaw.warchulski@intel.com>
2025-12-09 18:35:59 +01:00

17 lines
248 B
C++

/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
#include <unordered_map>
namespace NEO {
using specConstValuesMap = std::unordered_map<uint32_t, uint64_t>;
} // namespace NEO