mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
fix: add option to enable/disable heapless in ocloc
Related-To: GSD-10681 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b10c6b4703
commit
7c3468794e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2024 Intel Corporation
|
||||
* Copyright (C) 2019-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -184,5 +184,12 @@ std::string wrapInQuotes(const std::string &stringToWrap);
|
||||
|
||||
void applyAdditionalInternalOptions(std::string &internalOptions);
|
||||
void applyAdditionalApiOptions(std::string &apiOptions);
|
||||
|
||||
enum class HeaplessMode {
|
||||
enabled,
|
||||
disabled,
|
||||
defaultMode,
|
||||
};
|
||||
|
||||
} // namespace CompilerOptions
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user