compute-runtime/shared/source/memory_manager/definitions/engine_limits.h

18 lines
255 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
namespace EngineLimits {
constexpr uint32_t maxHandleCount = 1u;
}; // namespace EngineLimits
} // namespace NEO