compute-runtime/unit_tests/ult_configuration.cpp

16 lines
322 B
C++
Raw Normal View History

/*
* Copyright (C) 2017-2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "unit_tests/tests_configuration.h"
namespace OCLRT {
unsigned int ultIterationMaxTime = 45;
bool useMockGmm = true;
const char *executionDirectorySuffix = "";
TestMode testMode = TestMode::UnitTests;
} // namespace OCLRT