This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget] Disable test bug49334 on amdgpu
ClosedPublic

Authored by JonChesterfield on May 6 2021, 12:59 PM.

Details

Summary

[libomptarget] Disable test bug49334 on amdgpu

Hangs on amdgpu, do not know why. Disable to unblock build.

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.May 6 2021, 12:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2021, 12:59 PM

You can just use UNSUPPORTED.

Can you try first, whether reducing the matrix size helps with your hang? I planned to modify the value anyways. The test just runs too long.
Reducing the size also triggers the race in data mapping more reliably.

openmp/libomptarget/test/offloading/bug49334.cpp
1–5
73–74
JonChesterfield added a comment.EditedMay 6 2021, 4:01 PM

It terminated with the smaller parameters, which suggests it might (eventually) terminate with the larger ones. Trying to run it under time now, but it keeps segfaulting in __kmp_push_task

  • use unsupported

@protze.joachim can we disable this for now? the hang / excessive runtime makes a mess of build/debug cycles and will cause CI problems when it tries to go online

ye-luo accepted this revision.May 19 2021, 8:14 PM

This test annoyed me again.

This revision is now accepted and ready to land.May 19 2021, 8:14 PM
This revision was automatically updated to reflect the committed changes.