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:
Jobczyk, Lukasz
2019-09-09 08:45:49 +02:00
committed by sys_ocldev
parent aa16d9dec9
commit 4c1adc4d47
5 changed files with 2 additions and 3 deletions

View File

@@ -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