[all-commits] [llvm/llvm-project] 353042: [OpenMP][NFC] Extract OffloadPolicy into a helper ...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Dec 1 10:55:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3530428b8fab101fa026c734992e11a718071c8c
https://github.com/llvm/llvm-project/commit/3530428b8fab101fa026c734992e11a718071c8c
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
A openmp/libomptarget/include/OffloadPolicy.h
M openmp/libomptarget/include/PluginManager.h
M openmp/libomptarget/include/device.h
M openmp/libomptarget/src/omptarget.cpp
Log Message:
-----------
[OpenMP][NFC] Extract OffloadPolicy into a helper class (#74029)
OpenMP allows 3 different offload policies, handling of which we want to
encapsulate.
More information about the All-commits
mailing list