This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

OpenMP offloading to NVPTX: backend patches


Hello!

In responses to this email, I'll be posting 9 NVPTX-specific patches that are
required for enabling OpenMP offloading.  I intend to post corresponding
libgomp and middle-end changes that make these useful a bit later.

The patches are generated by taking a diff on amonakov/gomp-nvptx git branch,
and cutting it up into pieces that can be reviewed separately.  I've made an
effort to provide links to original patch submissions, which are even more
fine-grained, and provide verbose descriptions.

In a few places there's some "leakage" where a given hunk contains stuff from
separated patches. I hope it's obvious where it happens, and does not make
reviewing harder.

Even though the patches are posted separately, I think committing them
separately wouldn't be useful, i.e. I'd like to commit all at once after
review.

Please review for trunk.

Thanks.
Alexander


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]