mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Revert "refactor: Remove not needed ocloc message"
This reverts commit 86337dc2ee
.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
44273fcea0
commit
d8e4b324ad
@ -640,6 +640,9 @@ int OfflineCompiler::initialize(size_t numArgs, const std::vector<std::string> &
|
||||
|
||||
preferredIntermediateRepresentation = fclFacade->getPreferredIntermediateRepresentation();
|
||||
} else {
|
||||
if (!isQuiet()) {
|
||||
argHelper->printf("Compilation from IR - skipping loading of FCL\n");
|
||||
}
|
||||
preferredIntermediateRepresentation = IGC::CodeType::spirV;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user