We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5151c3 commit 087d9bbCopy full SHA for 087d9bb
openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
@@ -1116,7 +1116,7 @@ pthread_mutex_t SignalPoolT::mutex = PTHREAD_MUTEX_INITIALIZER;
1116
// Putting accesses to DeviceInfo global behind a function call prior
1117
// to changing to use init_plugin/deinit_plugin calls
1118
static RTLDeviceInfoTy DeviceInfoState;
1119
-RTLDeviceInfoTy& DeviceInfo() { return DeviceInfoState; }
+static RTLDeviceInfoTy& DeviceInfo() { return DeviceInfoState; }
1120
1121
namespace {
1122
0 commit comments