[all-commits] [llvm/llvm-project] 726ee4: [OpenMP] Move the recording code to account for Ke...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Nov 6 12:30:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 726ee40f524918f9a6a6bba5a73e4d88c02a2cc3
https://github.com/llvm/llvm-project/commit/726ee40f524918f9a6a6bba5a73e4d88c02a2cc3
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
Log Message:
-----------
[OpenMP] Move the recording code to account for KernelLaunchEnvironment
We need to record late to account for the kernel launch environment as
well as the potential changes in block and thread count.
Commit: 002f422410803717c008caf52eef30bc4d075426
https://github.com/llvm/llvm-project/commit/002f422410803717c008caf52eef30bc4d075426
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OpenMP] Replace CUDART_VERSION with CUDA_VERSION
Compare: https://github.com/llvm/llvm-project/compare/b6f2597a45f4...002f42241080
More information about the All-commits
mailing list