This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][Libomptarget] Simplify host memory pool lookup
AbandonedPublic

Authored by pdhaliwal on Sep 22 2021, 10:44 PM.

Details

Summary

Using lambda for host memory pool was causing stack smashing
error on CI. Using plain for loop fixed the issue.

Diff Detail

Event Timeline

pdhaliwal created this revision.Sep 22 2021, 10:44 PM
pdhaliwal requested review of this revision.Sep 22 2021, 10:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2021, 10:44 PM
pdhaliwal abandoned this revision.Sep 22 2021, 10:48 PM