mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
feature: propagate printf/indirect calls info from functions to kernel
Related-To: NEO-15211 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7b71a13c6a
commit
04ad429e58
@@ -304,6 +304,8 @@ DecodeError populateExternalFunctionsMetadata(NEO::ProgramInfo &dst, NEO::Yaml::
|
||||
extFunInfo.numGrfRequired = static_cast<uint16_t>(execEnv.grfCount);
|
||||
extFunInfo.simdSize = static_cast<uint8_t>(execEnv.simdSize);
|
||||
extFunInfo.hasRTCalls = execEnv.hasRTCalls;
|
||||
extFunInfo.hasPrintfCalls = execEnv.hasPrintfCalls;
|
||||
extFunInfo.hasIndirectCalls = execEnv.hasIndirectCalls;
|
||||
dst.externalFunctions.push_back(extFunInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user