Refactor product config helper

This commit brings order to the product config helper
code and corrects the naming

Signed-off-by: Daria Hinz <daria.hinz@intel.com>
This commit is contained in:
Daria Hinz
2022-11-16 16:30:56 +00:00
committed by Compute-Runtime-Automation
parent e197736b6f
commit ab6e989eb3
11 changed files with 84 additions and 38 deletions

View File

@@ -329,7 +329,7 @@ Examples:
Disassemble Intel Compute GPU device binary
ocloc disasm -file source_file_Gen9core.bin
)===",
argHelper->createStringForArgs(argHelper->productConfigHelper->getAllProductAcronyms()).c_str());
argHelper->createStringForArgs(argHelper->productConfigHelper->getDeviceAcronyms()).c_str());
}
int BinaryDecoder::processBinary(const void *&ptr, std::ostream &ptmFile) {

View File

@@ -133,7 +133,7 @@ Examples:
Assemble to Intel Compute GPU device binary
ocloc asm -out reassembled.bin
)===",
argHelper->createStringForArgs(argHelper->productConfigHelper->getAllProductAcronyms()).c_str());
argHelper->createStringForArgs(argHelper->productConfigHelper->getDeviceAcronyms()).c_str());
}
int BinaryEncoder::encode() {