mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Move some files from opencl/source/dll to shared
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4cad3073f0
commit
19b8a03d30
14
shared/source/dll/create_deferred_deleter.cpp
Normal file
14
shared/source/dll/create_deferred_deleter.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/memory_manager/deferred_deleter.h"
|
||||
|
||||
namespace NEO {
|
||||
std::unique_ptr<DeferredDeleter> createDeferredDeleter() {
|
||||
return std::unique_ptr<DeferredDeleter>(new DeferredDeleter());
|
||||
}
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user