This is an archive of the discontinued LLVM Phabricator instance.

[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
all per-kernel global state localised in omp_data.cu.

Diff Detail