[all-commits] [llvm/llvm-project] 034ada: [OpenMP] Completely remove old device runtime

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Feb 4 12:31:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 034adaf5be4bfb5d2d61b20ea045ce97979c826a
      https://github.com/llvm/llvm-project/commit/034adaf5be4bfb5d2d61b20ea045ce97979c826a
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
    M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/Driver/amdgpu-openmp-toolchain.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/OpenMP/target_globals_codegen.cpp
    M openmp/libomptarget/CMakeLists.txt
    M openmp/libomptarget/DeviceRTL/CMakeLists.txt
    R openmp/libomptarget/deviceRTLs/CMakeLists.txt
    R openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
    R openmp/libomptarget/deviceRTLs/amdgcn/src/amdgcn_interface.h
    R openmp/libomptarget/deviceRTLs/amdgcn/src/amdgcn_locks.hip
    R openmp/libomptarget/deviceRTLs/amdgcn/src/amdgcn_smid.hip
    R openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
    R openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip
    R openmp/libomptarget/deviceRTLs/common/allocator.h
    R openmp/libomptarget/deviceRTLs/common/debug.h
    R openmp/libomptarget/deviceRTLs/common/generated_microtask_cases.gen
    R openmp/libomptarget/deviceRTLs/common/include/target.h
    R openmp/libomptarget/deviceRTLs/common/include/target/shuffle.h
    R openmp/libomptarget/deviceRTLs/common/omptarget.h
    R openmp/libomptarget/deviceRTLs/common/omptargeti.h
    R openmp/libomptarget/deviceRTLs/common/src/cancel.cu
    R openmp/libomptarget/deviceRTLs/common/src/critical.cu
    R openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu
    R openmp/libomptarget/deviceRTLs/common/src/libcall.cu
    R openmp/libomptarget/deviceRTLs/common/src/loop.cu
    R openmp/libomptarget/deviceRTLs/common/src/omp_data.cu
    R openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
    R openmp/libomptarget/deviceRTLs/common/src/parallel.cu
    R openmp/libomptarget/deviceRTLs/common/src/reduction.cu
    R openmp/libomptarget/deviceRTLs/common/src/shuffle.cpp
    R openmp/libomptarget/deviceRTLs/common/src/support.cu
    R openmp/libomptarget/deviceRTLs/common/src/sync.cu
    R openmp/libomptarget/deviceRTLs/common/src/task.cu
    R openmp/libomptarget/deviceRTLs/common/state-queue.h
    R openmp/libomptarget/deviceRTLs/common/state-queuei.h
    R openmp/libomptarget/deviceRTLs/common/support.h
    R openmp/libomptarget/deviceRTLs/interface.h
    R openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
    R openmp/libomptarget/deviceRTLs/nvptx/docs/ReductionDesign.txt
    R openmp/libomptarget/deviceRTLs/nvptx/src/nvptx_interface.h
    R openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu
    R openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
    R openmp/libomptarget/deviceRTLs/nvptx/test/CMakeLists.txt
    R openmp/libomptarget/deviceRTLs/nvptx/test/api/get_max_threads.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/api/ignored.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/api/max_threads.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/api/thread_limit.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/data_sharing/alignment.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/lit.cfg
    R openmp/libomptarget/deviceRTLs/nvptx/test/lit.site.cfg.in
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/barrier.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/flush.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/level.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/nested.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/num_threads.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/spmd_parallel_regions.cpp
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/thread_limit.c
    R openmp/libomptarget/deviceRTLs/nvptx/test/parallel/tripcount.c
    R openmp/libomptarget/deviceRTLs/target_interface.h
    M openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
    M openmp/libomptarget/plugins/cuda/CMakeLists.txt
    M openmp/libomptarget/test/api/omp_dynamic_shared_memory.c
    M openmp/libomptarget/test/lit.cfg
    M openmp/libomptarget/test/mapping/data_member_ref.cpp
    M openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers.cpp
    M openmp/libomptarget/test/mapping/declare_mapper_nested_mappers.cpp
    M openmp/libomptarget/test/mapping/lambda_by_value.cpp
    M openmp/libomptarget/test/mapping/lambda_mapping.cpp
    M openmp/libomptarget/test/mapping/ompx_hold/struct.c
    M openmp/libomptarget/test/offloading/bug49021.cpp
    M openmp/libomptarget/test/offloading/bug49334.cpp
    M openmp/libomptarget/test/offloading/bug51781.c
    M openmp/libomptarget/test/offloading/global_constructor.cpp
    M openmp/libomptarget/test/offloading/host_as_target.c
    M openmp/libomptarget/test/unified_shared_memory/api.c
    M openmp/libomptarget/test/unified_shared_memory/close_enter_exit.c
    M openmp/libomptarget/test/unified_shared_memory/close_modifier.c
    M openmp/libomptarget/test/unified_shared_memory/shared_update.c

  Log Message:
  -----------
  [OpenMP] Completely remove old device runtime

This patch completely removes the old OpenMP device runtime. Previously,
the old runtime had the prefix `libomptarget-new-` and the old runtime
was simply called `libomptarget-`. This patch makes the formerly new
runtime the only runtime available. The entire project has been deleted,
and all references to the `libomptarget-new` runtime has been replaced
with `libomptarget-`.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D118934




More information about the All-commits mailing list