This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] Update driver test case for OpenMP offload to use sm_35
ClosedPublic

Authored by tianshilei1992 on Feb 20 2021, 10:30 AM.

Details

Summary

sm_35 is the minimum requirement for OpenMP offloading on NVPTX device.
Current driver test case is using sm_20. D97003 is going to switch the minimum
CUDA version to 9.2, which only supports sm_30+. This patch makes step for the
change.

Diff Detail

Event Timeline

tianshilei1992 requested review of this revision.Feb 20 2021, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2021, 10:30 AM
This revision is now accepted and ready to land.Feb 20 2021, 12:12 PM