Files
compute-runtime/opencl/test/unit_test/offline_compiler/ocloc_tests_configuration.cpp
Mateusz Jablonski a361ca1e3f test: improve logging in unit tests
include API name
unify tests timeout/sigabrt message across OSes

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2025-05-15 11:56:53 +02:00

17 lines
309 B
C++

/*
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
namespace NEO {
#if defined(_WIN32)
unsigned int ultIterationMaxTimeInS = 90;
#else
unsigned int ultIterationMaxTimeInS = 45;
#endif
const char *executionName = "ULT";
const char *apiName = "OCLOC";
} // namespace NEO