mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
refactor: correct printf formats
Related-To: NEO-9038 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
91aa7fb2fe
commit
d76145ee65
@@ -74,8 +74,8 @@ const std::string CompilerCache::getCachedFileName(const HardwareInfo &hwInfo, c
|
||||
if (fp) {
|
||||
NEO::IoFunctions::fprintf(fp, "---- igcRevision ----\n");
|
||||
NEO::IoFunctions::fprintf(fp, "%s\n", &*igcRevision.begin());
|
||||
NEO::IoFunctions::fprintf(fp, " libSize=%l\n", igcLibSize);
|
||||
NEO::IoFunctions::fprintf(fp, " libMTime=%l\n", igcLibMTime);
|
||||
NEO::IoFunctions::fprintf(fp, " libSize=%llu\n", igcLibSize);
|
||||
NEO::IoFunctions::fprintf(fp, " libMTime=%llu\n", igcLibMTime);
|
||||
NEO::IoFunctions::fprintf(fp, "---- input ----\n");
|
||||
NEO::IoFunctions::fprintf(fp, "<%s>\n", inputFilePath.c_str());
|
||||
NEO::IoFunctions::fprintf(fp, "---- options ----\n");
|
||||
|
||||
Reference in New Issue
Block a user