[Openmp-commits] [PATCH] D75926: [LIBOMPTARGET][WIP]Fix PR45139: Bug in mixing Python and OpenMP target offload.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 10 08:40:00 PDT 2020


ABataev created this revision.
Herald added subscribers: openmp-commits, guansong.
Herald added a reviewer: jdoerfert.
Herald added a project: OpenMP.

Dynamically initialize objects in cuda/generic plugins to avoid issue
with not initialized data upob libraries loading.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75926

Files:
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75926.249390.patch
Type: text/x-patch
Size: 15846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200310/3ad9f7e4/attachment.bin>


More information about the Openmp-commits mailing list