mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +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
@@ -28,8 +28,9 @@ set(NEO_CORE_COMPILER_INTERFACE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/linker.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/os_compiler_cache_helper.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/oclc_extensions.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}oclc_extensions_extra.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tokenized_string.h
|
||||
)
|
||||
|
||||
set_property(GLOBAL PROPERTY NEO_CORE_COMPILER_INTERFACE ${NEO_CORE_COMPILER_INTERFACE})
|
||||
add_subdirectories()
|
||||
add_subdirectories()
|
||||
Reference in New Issue
Block a user