[Openmp-commits] [PATCH] D98349: [OpenMP][PoC][WIP] Device Rewrite, ICVs, ThreadState

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 10 07:10:41 PST 2021


jdoerfert created this revision.
Herald added subscribers: jfb, guansong, yaxunl, mgorny, jvesely.
Herald added a reviewer: bollu.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.

Make ICVs work across the board


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98349

Files:
  openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
  openmp/libomptarget/deviceRTLs/common/include/ICVs.h
  openmp/libomptarget/deviceRTLs/common/include/Mapping.h
  openmp/libomptarget/deviceRTLs/common/include/TeamState.h
  openmp/libomptarget/deviceRTLs/common/include/ThreadState.h
  openmp/libomptarget/deviceRTLs/common/include/Utils.h
  openmp/libomptarget/deviceRTLs/common/omptarget.h
  openmp/libomptarget/deviceRTLs/common/omptargeti.h
  openmp/libomptarget/deviceRTLs/common/src/ICVs.cpp
  openmp/libomptarget/deviceRTLs/common/src/libcall.cu
  openmp/libomptarget/deviceRTLs/common/src/loop.cu
  openmp/libomptarget/deviceRTLs/common/src/omp_data.cu
  openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
  openmp/libomptarget/deviceRTLs/common/src/parallel.cu
  openmp/libomptarget/deviceRTLs/common/src/reduction.cu
  openmp/libomptarget/deviceRTLs/common/src/support.cu
  openmp/libomptarget/deviceRTLs/common/src/sync.cu
  openmp/libomptarget/deviceRTLs/common/support.h
  openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
  openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
  openmp/libomptarget/test/offloading/omp_get_team_size.c
  openmp/libomptarget/test/offloading/omp_set_num_threads.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98349.329655.patch
Type: text/x-patch
Size: 49362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210310/f4f8a406/attachment-0001.bin>


More information about the Openmp-commits mailing list