mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
14 lines
250 B
C++
14 lines
250 B
C++
/*
|
|
* Copyright (C) 2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
namespace NEO {
|
|
struct HardwareInfo;
|
|
|
|
struct HwInfoHelper {
|
|
static bool checkIfOcl21FeaturesEnabledOrEnforced(const HardwareInfo &hwInfo);
|
|
};
|
|
} // namespace NEO
|