From 1492328894872ab8ba8e5fc71485d172fd75a53c Mon Sep 17 00:00:00 2001 From: "Kudchadker, Saleel" Date: Fri, 1 Aug 2025 14:35:30 -0700 Subject: [PATCH] SWDEV-547614 - Demangle graph kernel names (#809) --- rocclr/device/rocm/rocvirtual.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/device/rocm/rocvirtual.cpp b/rocclr/device/rocm/rocvirtual.cpp index f4e5799afc..e34fa36abe 100644 --- a/rocclr/device/rocm/rocvirtual.cpp +++ b/rocclr/device/rocm/rocvirtual.cpp @@ -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(),