compute-runtime/opencl/test/unit_test/helpers/ult_limits.h

14 lines
203 B
C++

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