This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Run CPU offloading tests using the new driver
ClosedPublic

Authored by jhuber6 on Feb 14 2022, 10:06 AM.

Details

Summary

This patch adds a new target to the OpenMP CPU offloading tests. This
tests the usage of the new driver for CPU offloading. If this all works
then we can move to transition to the new driver as the default.

Depends on D119613

Diff Detail

Event Timeline

jhuber6 created this revision.Feb 14 2022, 10:06 AM
jhuber6 requested review of this revision.Feb 14 2022, 10:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2022, 10:06 AM
This revision is now accepted and ready to land.Feb 14 2022, 3:33 PM
jhuber6 updated this revision to Diff 408980.Feb 15 2022, 11:33 AM

Add new driver variant to existing unsupported tests.