mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +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
@@ -155,7 +155,7 @@ std::string ModuleTranslationUnit::generateCompilerOptions(const char *buildOpti
|
||||
bool isDebuggerActive = neoDevice.getDebugger() != nullptr;
|
||||
NEO::CompilerOptions::concatenateAppend(internalOptions, compilerProductHelper.getCachingPolicyOptions(isDebuggerActive));
|
||||
|
||||
NEO::CompilerOptions::applyExtraInternalOptions(internalOptions, compilerProductHelper);
|
||||
NEO::CompilerOptions::applyExtraInternalOptions(internalOptions, compilerProductHelper, NEO::CompilerOptions::HeaplessMode::defaultMode);
|
||||
return internalOptions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user