mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Update unified sharing
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
bd35d2b3bd
commit
827f75da14
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2019-2020 Intel Corporation
|
||||
# Copyright (C) 2019-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@ -19,5 +19,3 @@ set(RUNTIME_SRCS_SHARINGS_UNIFIED
|
||||
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_SHARINGS_UNIFIED})
|
||||
set_property(GLOBAL PROPERTY RUNTIME_SRCS_SHARINGS_UNIFIED ${RUNTIME_SRCS_SHARINGS_UNIFIED})
|
||||
add_subdirectories()
|
||||
|
||||
target_sources(${SHARINGS_ENABLE_LIB_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/unified_enable_name.cpp)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -45,6 +45,10 @@ std::unique_ptr<SharingContextBuilder> UnifiedSharingBuilderFactory::createConte
|
||||
return std::make_unique<UnifiedSharingContextBuilder>();
|
||||
};
|
||||
|
||||
std::string UnifiedSharingBuilderFactory::getExtensions(DriverInfo *driverInfo) {
|
||||
return "";
|
||||
}
|
||||
|
||||
void *UnifiedSharingBuilderFactory::getExtensionFunctionAddress(const std::string &functionName) {
|
||||
return nullptr;
|
||||
}
|
||||
|
@ -1,14 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "opencl/source/sharings/unified/enable_unified.h"
|
||||
|
||||
namespace NEO {
|
||||
std::string UnifiedSharingBuilderFactory::getExtensions(DriverInfo *driverInfo) {
|
||||
return "";
|
||||
}
|
||||
} // namespace NEO
|
Reference in New Issue
Block a user