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
|