mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Reorganization directory structure [1/n]
Change-Id: Id1a94577437a4826a32411869f516fec20314ec0
This commit is contained in:
12
opencl/source/mem_obj/buffer_factory_init.inl
Normal file
12
opencl/source/mem_obj/buffer_factory_init.inl
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
template <>
|
||||
void populateFactoryTable<BufferHw<Family>>() {
|
||||
extern BufferFuncs bufferFactory[IGFX_MAX_CORE];
|
||||
bufferFactory[gfxCore].createBufferFunction = BufferHw<Family>::create;
|
||||
}
|
||||
Reference in New Issue
Block a user