This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Make unified shared memory test unsupported on AMDGPU
ClosedPublic

Authored by jhuber6 on Aug 29 2022, 2:49 PM.

Details

Summary

This test is an expected failure on AMDGPU. The expected failure is a GPU memory
failure, which will typically result in the device totally failing. This isn't
an issue for some GPU configurations that do not use the offloading device to
also drive the display server. However, if the main GPU is used for testing it
will reliably result in the user's display becoming unresponsive. This makes it
difficult to run the GPU offloading tests on many systems.

This patch simply makes this test unsupported so it no longer runs and freezes
my computer when using ninja check-openmp.

Diff Detail

Event Timeline

jhuber6 created this revision.Aug 29 2022, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 2:49 PM
Herald added subscribers: kosarev, t-tye, tpr and 3 others. · View Herald Transcript
jhuber6 requested review of this revision.Aug 29 2022, 2:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 2:49 PM
tianshilei1992 accepted this revision.Aug 30 2022, 8:49 AM

LG, why not ;-)

This revision is now accepted and ready to land.Aug 30 2022, 8:49 AM