[all-commits] [llvm/llvm-project] 2a1bcf: [OpenMP] Allow to specify what plugins to look for...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 6 14:16:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a1bcf1f388c3a2924c5429c3f55be054f479950
https://github.com/llvm/llvm-project/commit/2a1bcf1f388c3a2924c5429c3f55be054f479950
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M openmp/libomptarget/CMakeLists.txt
M openmp/libomptarget/src/CMakeLists.txt
M openmp/libomptarget/src/PluginManager.cpp
Log Message:
-----------
[OpenMP] Allow to specify what plugins to look for (#74538)
By default we now only look for the plugins we build, but the user can
overwrite that with `LIBOMPTARGET_PLUGINS_TO_LOAD="cuda,amdgpu,x86_64"`
More information about the All-commits
mailing list