[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.
Paths
| Differential D73239
[nfc][libomptarget] Remove SHARED annotation from local variables ClosedPublic Authored by JonChesterfield on Jan 22 2020, 3:22 PM.
Details Summary [nfc][libomptarget] Remove SHARED annotation from local variables A few local variables in reduction.cu were marked SHARED. This patch leaves
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 22 2020, 3:26 PM Closed by commit rG0e9374e3740f: [nfc][libomptarget] Remove SHARED annotation from local variables (authored by JonChesterfield). · Explain WhyJan 22 2020, 4:01 PM This revision was automatically updated to reflect the committed changes. Comment Actions This has been reverted by ab9762a9f574207e1dbf2d82a13f68b0b434fc39. Some local testing appears to show a regression on nvptx, so pulling the change while investigating.
Revision Contents
Diff 239720 openmp/libomptarget/deviceRTLs/common/src/reduction.cu
|