compute-runtime/unit_tests/helpers/ult_limits.h

14 lines
198 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
constexpr uint32_t maxRootDeviceCount = 3u;
} // namespace NEO