compute-runtime/shared/offline_compiler/source/utilities/get_git_version_info.h

15 lines
229 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <string>
namespace NEO {
extern std::string getRevision();
extern std::string getOclDriverVersion();
} // namespace NEO