[all-commits] [llvm/llvm-project] 40422b: [OpenMP][NFC] Separate OpenMP/OpenACC specific map...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Nov 29 10:30:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40422bf150bf29e9d4ac00da5e29fa0ff9bcd8b6
https://github.com/llvm/llvm-project/commit/40422bf150bf29e9d4ac00da5e29fa0ff9bcd8b6
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
A openmp/libomptarget/include/OpenMP/Mapping.h
M openmp/libomptarget/include/device.h
M openmp/libomptarget/src/CMakeLists.txt
A openmp/libomptarget/src/OpenMP/Mapping.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
Log Message:
-----------
[OpenMP][NFC] Separate OpenMP/OpenACC specific mapping code (#73817)
While this does not really encapsulate the mapping code, it at least
moves most of the declarations out of the way.
More information about the All-commits
mailing list