compute-runtime/runtime/compiler_interface/compiler_options.h

16 lines
228 B
C++

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <string>
namespace NEO {
struct CompilerOptions {
static const char *debugKernelEnable;
};
} // namespace NEO