mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
16 lines
364 B
C
16 lines
364 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "shared/source/utilities/const_stringref.h"
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
namespace Queries {
|
||
|
|
static constexpr ConstStringRef queryNeoRevision = "NEO_REVISION";
|
||
|
|
static constexpr ConstStringRef queryOCLDriverVersion = "OCL_DRIVER_VERSION";
|
||
|
|
}; // namespace Queries
|
||
|
|
} // namespace NEO
|