mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Move engine limits to the core dir
Related-To: NEO-3677 Change-Id: Ib36d24e8e6f0605033cfbc79afea45e85a058aad Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
aa16d9dec9
commit
4c1adc4d47
@@ -16,7 +16,6 @@ set(RUNTIME_SRCS_MEMORY_MANAGER
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/deferrable_deletion.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/deferred_deleter.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/deferred_deleter.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}/engine_limits.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}/storage_info.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/definitions${BRANCH_DIR_SUFFIX}/storage_info.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/graphics_allocation.cpp
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
constexpr uint32_t numGpgpuEngineInstances = 2u;
|
||||
constexpr uint32_t maxOsContextCount = numGpgpuEngineInstances;
|
||||
constexpr uint32_t maxHandleCount = 1u;
|
||||
|
||||
} // namespace NEO
|
||||
@@ -7,8 +7,6 @@
|
||||
|
||||
#include "runtime/memory_manager/residency.h"
|
||||
|
||||
#include "runtime/os_interface/os_context.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
void ResidencyData::updateCompletionData(uint64_t newFenceValue, uint32_t contextId) {
|
||||
|
||||
Reference in New Issue
Block a user