Files
llvm-project/offload/tools/kernelreplay
Kevin Sala Penades a10aae832f [offload] Remove unnecessary extra allocations in kernel replay tool (#193108)
The tool had two extra allocations holding the device memory and
globals. Apparently, the AMDGPU plugin failed in the past to transfer
data from the file memory mapping, and required these extra buffers.
After testing it on MI300A and MI250X, this issue is not present
anymore. Thus, we are removing them for now.
2026-04-20 16:47:58 -07:00
..