mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +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
@@ -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
|
||||
Reference in New Issue
Block a user