This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host
ClosedPublic

Authored by carlo.bertolli on Jan 3 2018, 12:59 PM.

Details

Reviewers
ABataev
Summary

This patch includes code generation and testing for offloading when target device is host.

Diff Detail

Repository
rC Clang

Event Timeline

carlo.bertolli created this revision.Jan 3 2018, 12:59 PM
This revision is now accepted and ready to land.Jan 3 2018, 1:00 PM
carlo.bertolli closed this revision.Jan 3 2018, 1:13 PM

Committed revision 321759.