2020-03-06 18:09:57 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2020-03-06 18:09:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-03-19 13:21:57 +08:00
|
|
|
#include "level_zero/core/source/kernel/kernel.h"
|
2020-03-06 18:09:57 +08:00
|
|
|
|
|
|
|
#include "igfxfmid.h"
|
|
|
|
|
|
|
|
namespace L0 {
|
|
|
|
|
|
|
|
KernelAllocatorFn kernelFactory[IGFX_MAX_PRODUCT] = {};
|
|
|
|
|
|
|
|
} // namespace L0
|