Update unified sharing

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-03-10 10:35:41 +00:00
committed by Compute-Runtime-Automation
parent bd35d2b3bd
commit 827f75da14
3 changed files with 6 additions and 18 deletions

View File

@ -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)

View File

@ -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;
}

View File

@ -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