mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Revert "refactor(zeInfo): move zeinfo to seperate file"
This reverts commit e3ce887662.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
72ada8b41f
commit
84a7438ff2
@@ -3609,7 +3609,7 @@ kernels_misc_info:
|
||||
auto storage = elfEncoder.encode();
|
||||
buildInfo.unpackedDeviceBinary.reset(reinterpret_cast<char *>(storage.data()));
|
||||
buildInfo.unpackedDeviceBinarySize = storage.size();
|
||||
buildInfo.kernelMiscInfoPos = zeInfo.str().find(Zebin::ZeInfo::Tags::kernelMiscInfo.str());
|
||||
buildInfo.kernelMiscInfoPos = zeInfo.str().find(Elf::ZebinKernelMetadata::Tags::kernelMiscInfo.str());
|
||||
ASSERT_NE(std::string::npos, buildInfo.kernelMiscInfoPos);
|
||||
|
||||
ASSERT_TRUE(kernelInfo.kernelDescriptor.explicitArgsExtendedMetadata.empty());
|
||||
|
||||
Reference in New Issue
Block a user