compute-runtime/shared/offline_compiler/source/offline_compiler_ext.h

16 lines
182 B
C++

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