mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
refactor: remove not needed flags to force OCL version support
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fa01460334
commit
6c0c229c82
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user