[all-commits] [llvm/llvm-project] a273d1: [OpenMP][FIX] Do not add implicit argument to devi...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Nov 1 11:18:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a273d17d4a0b0d621d111d33302172386d796f98
https://github.com/llvm/llvm-project/commit/a273d17d4a0b0d621d111d33302172386d796f98
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
A openmp/libomptarget/test/offloading/ctor_dtor.cpp
Log Message:
-----------
[OpenMP][FIX] Do not add implicit argument to device Ctors and Dtors
Constructors and destructors on the device do not take any arguments,
also not the implicit dyn_ptr argument other kernels automatically take.
More information about the All-commits
mailing list