mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
- merge all the callbacks to single template class - store callback functions in global arrays - partially reuse callbacks on Linux Related-To: NEO-11080 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
14 lines
246 B
C++
14 lines
246 B
C++
/*
|
|
* Copyright (C) 2019-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
|
|
|
using Family = NEO::Gen12LpFamily;
|
|
static auto gfxCore = IGFX_GEN12LP_CORE;
|
|
|
|
#include "gmm_callbacks.inl"
|