refactor: remove not needed flags to force OCL version support

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-10-02 15:42:32 +00:00
committed by Compute-Runtime-Automation
parent fa01460334
commit 6c0c229c82
49 changed files with 107 additions and 550 deletions

View File

@@ -1,15 +1,18 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
struct HardwareInfo;
constexpr inline uint32_t ocl30ApiVersion = 300;
template <typename IgcPlatformType>
void populateIgcPlatform(IgcPlatformType &igcPlatform, const HardwareInfo &hwInfo);
} // namespace NEO