This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH 0/8] NVPTX offloading to NVPTX: backend patches
- From: Alexander Monakov <amonakov at ispras dot ru>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Nathan Sidwell <nathan at acm dot org>
- Date: Fri, 14 Oct 2016 19:39:41 +0300
- Subject: [PATCH 0/8] NVPTX offloading to NVPTX: backend patches
- Authentication-results: sourceware.org; auth=none
Hi,
I'm resending the patch series with backend prerequisites for OpenMP
offloading to the NVIDIA PTX ISA. The patches are rebased on trunk.
Could a global reviewer have a look at patch 6 (new TARGET_SIMT_VF hook) please?
Documentation changes in doc/invoke.texi have already been reviewed
by Sandra Loosemore (thank you!).
Alexander