mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
14 lines
222 B
C++
14 lines
222 B
C++
/*
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "test_mode.h"
|
|
|
|
namespace NEO {
|
|
const char *executionName = "ULT";
|
|
TestMode testMode = defaultTestMode;
|
|
} // namespace NEO
|