mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: move gmm callbacks definition to common place
- 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>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a7e40d1543
commit
ec36dd6275
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2020-2023 Intel Corporation
|
||||
# Copyright (C) 2020-2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -23,6 +23,7 @@ set(CORE_RUNTIME_SRCS_COREX_CPP_BASE
|
||||
experimental_command_buffer
|
||||
implicit_scaling
|
||||
gfx_core_helper
|
||||
gmm_callbacks
|
||||
hw_info
|
||||
preamble
|
||||
preemption
|
||||
@@ -33,7 +34,6 @@ set(CORE_RUNTIME_SRCS_COREX_CPP_BASE
|
||||
set(CORE_RUNTIME_SRCS_COREX_CPP_WDDM
|
||||
windows/command_stream_receiver
|
||||
windows/direct_submission
|
||||
windows/gmm_callbacks
|
||||
)
|
||||
|
||||
set(CORE_RUNTIME_SRCS_COREX_CPP_LINUX
|
||||
|
||||
Reference in New Issue
Block a user