This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add check for target allocator regardless of the availability of libmemkind
ClosedPublic

Authored by Nawrin on Jan 25 2023, 2:14 PM.

Details

Summary

Our current implementation only checks for target allocator when libmemkind is not available. This patch adds check for target allocator regardless of the presence of libmemkind.

Diff Detail

Event Timeline

Nawrin created this revision.Jan 25 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 2:14 PM
Nawrin requested review of this revision.Jan 25 2023, 2:14 PM
This revision is now accepted and ready to land.Feb 13 2023, 8:15 AM