SWDEV-547614 - Demangle graph kernel names (#809)

[ROCm/clr commit: 1492328894]
This commit is contained in:
Kudchadker, Saleel
2025-08-01 14:35:30 -07:00
committato da GitHub
parent b617e8feb6
commit a1d3da6bd3
@@ -3537,7 +3537,7 @@ bool VirtualGPU::submitKernelInternal(const amd::NDRangeContainer& sizes,
if (isGraphCapture) {
argBuffer = command_->getKernArgOffset(gpuKernel.KernargSegmentByteSize(),
gpuKernel.KernargSegmentAlignment());
command_->SetKernelName(gpuKernel.name());
command_->SetKernelName(gpuKernel.getDemangledName().c_str());
} else {
ClPrint(amd::LOG_INFO, amd::LOG_KERN, "KernargSegmentByteSize = %lu "
"KernargSegmentAlignment = %lu", gpuKernel.KernargSegmentByteSize(),