mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Move definitions out of engine_node.h.
Change-Id: I18692a444663c11103f8991415b38000c633f24a Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
17
runtime/memory_manager/definitions/engine_limits.h
Normal file
17
runtime/memory_manager/definitions/engine_limits.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2019 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
namespace OCLRT {
|
||||
|
||||
constexpr uint32_t numGpgpuEngineInstances = 2u;
|
||||
constexpr uint32_t maxOsContextCount = numGpgpuEngineInstances;
|
||||
constexpr uint32_t maxHandleCount = 1u;
|
||||
|
||||
} // namespace OCLRT
|
||||
Reference in New Issue
Block a user