Skip to content

Commit fd720dc

Browse files
committed
Fix accel 1.4 554 557 570 host abort in canUseHostGlobals
Change-Id: Icdb4e6926f85126572e6c4404c8ac39c2f3c2395
1 parent baba85b commit fd720dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/libomptarget/plugins-nextgen/common/include/PluginInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ struct GenericPluginTy {
11841184

11851185
/// Return true if host globals can be enabled on a system that supprots
11861186
/// unified shared memory.
1187-
virtual bool canUseHostGlobals() const {}
1187+
virtual bool canUseHostGlobals() const { return false; }
11881188

11891189
protected:
11901190
/// Indicate whether a device id is valid.

0 commit comments

Comments
 (0)