SWDEV-547614 - Demangle graph kernel names (#809)
This commit is contained in:
committed by
GitHub
parent
2da49283c8
commit
1492328894
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user