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

This commit is contained in:
Kudchadker, Saleel
2025-08-01 14:35:30 -07:00
committed by GitHub
parent 2da49283c8
commit 1492328894
+1 -1
View File
@@ -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(),