[all-commits] [llvm/llvm-project] f14644: [offload] Add mechanism to return info to kernel r...
Kevin Sala Penades via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:45:54 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f14644d085de8e835125b4260e3f3ceee8681f93
https://github.com/llvm/llvm-project/commit/f14644d085de8e835125b4260e3f3ceee8681f93
Author: Kevin Sala Penades <salapenades1 at llnl.gov>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M offload/include/Shared/APITypes.h
M offload/include/device.h
M offload/include/omptarget.h
M offload/liboffload/src/OffloadImpl.cpp
M offload/libomptarget/device.cpp
M offload/libomptarget/interface.cpp
M offload/libomptarget/omptarget.cpp
M offload/libomptarget/private.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/include/RecordReplay.h
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/common/src/RecordReplay.cpp
A offload/test/tools/omp-kernel-replay/record-replay-diff-teams-threads.cpp
A offload/test/tools/omp-kernel-replay/record-replay-diff-threads.cpp
M offload/tools/kernelreplay/llvm-omp-kernel-replay.cpp
Log Message:
-----------
[offload] Add mechanism to return info to kernel replay tool (#192611)
This commit adds a mechanism to return information about a kernel replay
to outer replay tool. This mechanism allows verifying the replay memory
output when using different launch configurations (e.g., different number
of teams or threads) than the one used for recording.
It also adds a new KernelExtraArgsTy structure that is only generated by
the offload/libomptarget runtime components (unlike KernelArgsTy). These
runtime arguments can be used by future extensions, including extensions
not related to kernel record replay.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list