mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e197736b6f
commit
ab6e989eb3
@@ -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) {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user