mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
17 lines
268 B
C++
17 lines
268 B
C++
/*
|
|
* Copyright (C) 2020-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "level_zero/core/source/kernel/kernel.h"
|
|
|
|
#include "neo_igfxfmid.h"
|
|
|
|
namespace L0 {
|
|
|
|
KernelAllocatorFn kernelFactory[NEO::maxProductEnumValue] = {};
|
|
|
|
} // namespace L0
|