feature: add -stateful_address_mode to ocloc

- allows to choose bindless or bindful addressing in generated code

Related-To: NEO-11704

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2024-06-11 18:22:10 +00:00
committed by Compute-Runtime-Automation
parent 782bdf1a38
commit 037957a7ae
4 changed files with 93 additions and 1 deletions

View File

@@ -177,6 +177,7 @@ All supported acronyms: %s.
std::string optionsReadFromFile = "";
std::string internalOptionsReadFromFile = "";
std::string formatToEnforce = "";
std::string addressingMode = "default";
std::string irHash, genHash, dbgHash, elfHash;
std::string cacheDir;