[all-commits] [llvm/llvm-project] cea616: [OpenMP][libomptarget] Simplify resource managers ...
Kevin Sala Penadés via All-commits
all-commits at lists.llvm.org
Sat Dec 3 13:39:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cea616f847b7328825181e5e0acac0cacd9e5280
https://github.com/llvm/llvm-project/commit/cea616f847b7328825181e5e0acac0cacd9e5280
Author: Kevin Sala <kevin.sala at bsc.es>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OpenMP][libomptarget] Simplify resource managers in NextGen plugins
This patch removes the classes GenericStreamManagerTy and GenericEventManagerTy
from the PluginInterface header.
Differential Revision: https://reviews.llvm.org/D138769
More information about the All-commits
mailing list