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 baba85b commit fd720dcCopy full SHA for fd720dc
openmp/libomptarget/plugins-nextgen/common/include/PluginInterface.h
@@ -1184,7 +1184,7 @@ struct GenericPluginTy {
1184
1185
/// Return true if host globals can be enabled on a system that supprots
1186
/// unified shared memory.
1187
- virtual bool canUseHostGlobals() const {}
+ virtual bool canUseHostGlobals() const { return false; }
1188
1189
protected:
1190
/// Indicate whether a device id is valid.
0 commit comments