compute-runtime/shared/source/helpers/hw_info_helper.h

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