mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
- Move logic from product helper to compiler product helper - Add method for adjusting fp16 and extra capabilities using release helper (if present). Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
13 lines
305 B
C++
13 lines
305 B
C++
/*
|
|
* Copyright (C) 2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/compiler_interface/oclc_extensions_extra.h"
|
|
|
|
namespace NEO {
|
|
void getOpenclCFeaturesListExtra(const ReleaseHelper *releaseHelper, OpenClCFeaturesContainer &openclCFeatures) {
|
|
}
|
|
} // namespace NEO
|