[all-commits] [llvm/llvm-project] 0e9374: [nfc][libomptarget] Remove SHARED annotation from ...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Wed Jan 22 16:00:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e9374e3740f82f2d46af564f6b059e68ff307c8
      https://github.com/llvm/llvm-project/commit/0e9374e3740f82f2d46af564f6b059e68ff307c8
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/common/src/reduction.cu

  Log Message:
  -----------
  [nfc][libomptarget] Remove SHARED annotation from local variables

Summary:
[nfc][libomptarget] Remove SHARED annotation from local variables

A few local variables in reduction.cu were marked SHARED. This patch leaves
all per-kernel global state localised in omp_data.cu.

Reviewers: ABataev, jdoerfert, grokos

Reviewed By: jdoerfert

Subscribers: openmp-commits

Tags: #openmp

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




More information about the All-commits mailing list