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]

[patch 0/5] OpenACC tile clause support


Hi Jakub,
this patch set is a port of the OpenACC tile clause functionality from the gomp4
branch. The tile clause allows the programmer to specify the tiling of an
OpenACC loop nest.

These patches were mostly implemented by Nathan, with the Fortran
front-end bits by Cesar. I'm just upstreaming this on behalf of them.

As for the testing status, one libgomp testcase is currently XFAILed,
as we're fixing this as PR78266. Other test results look fine.

Is this patch set okay for trunk? We hope to get this into GCC 7.

Thanks,
Chung-Lin


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