11 lines
158 B
C++
11 lines
158 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2021 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
namespace NEO {
|
||
|
const char *executionName = "OCLOC";
|
||
|
} // namespace NEO
|