mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
12 lines
202 B
C++
12 lines
202 B
C++
/*
|
|
* Copyright (C) 2021-2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
namespace NEO {
|
|
unsigned int ultIterationMaxTime = 45;
|
|
const char *executionName = "OCLOC";
|
|
} // namespace NEO
|