This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][amdgpu] Convert an assert to print and offload_fail
ClosedPublic

Authored by JonChesterfield on May 12 2021, 4:10 PM.

Details

Summary

[libomptarget][amdgpu] Convert an assert to print and offload_fail

The kernel launched is supposed to be present in the binary, but a not yet
diagnosed bug means it is missing for some of the qmcpack test cases. Changing
from assert to print and offload_fail should help diagnose that and similar bugs.

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.May 12 2021, 4:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2021, 4:10 PM
This revision is now accepted and ready to land.May 12 2021, 5:41 PM
This revision was landed with ongoing or failed builds.May 13 2021, 9:31 AM
This revision was automatically updated to reflect the committed changes.