mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: refactor logic for querying atomic FP capabilities
- 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>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bcaa62bed3
commit
35ca2bbea9
13
shared/source/compiler_interface/oclc_extensions_extra.cpp
Normal file
13
shared/source/compiler_interface/oclc_extensions_extra.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user