mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Reorganization directory structure [1/n]
Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
14
opencl/source/dll/create_deferred_deleter.cpp
Normal file
14
opencl/source/dll/create_deferred_deleter.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/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