[all-commits] [llvm/llvm-project] 0dd62c: [libomptarget][nfc] Move cuda threadfence function...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Fri Dec 6 07:41:56 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dd62c5c2ec854997ca45f810175c5d1426b474e
      https://github.com/llvm/llvm-project/commit/0dd62c5c2ec854997ca45f810175c5d1426b474e
  Author: JonChesterfield <jonathanchesterfield at gmail.com>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
    M openmp/libomptarget/deviceRTLs/common/src/loop.cu
    M openmp/libomptarget/deviceRTLs/common/src/support.cu
    M openmp/libomptarget/deviceRTLs/common/src/sync.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/reduction.cu
    M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h

  Log Message:
  -----------
  [libomptarget][nfc] Move cuda threadfence functions behind kmpc_impl

Summary:
[libomptarget][nfc] Move cuda threadfence functions behind kmpc_impl

Part of building code under common/ without requiring a cuda compiler

Reviewers: ABataev, jdoerfert, grokos

Reviewed By: ABataev

Subscribers: jvesely, jfb, openmp-commits

Tags: #openmp

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




More information about the All-commits mailing list