mbox series

[0/7] openmp: OpenMP metadirectives support

Message ID b73365aa-179d-eecd-e659-b24fd669d33f@codesourcery.com
Headers show
Series openmp: OpenMP metadirectives support | expand

Message

Kwok Cheung Yeung Dec. 10, 2021, 5:29 p.m. UTC
Hello

This is my current patchset for OpenMP metadirectives support. It aims 
to implement the specification from OpenMP 5.1, with dynamic selector 
support (though currently only the dynamic user selector set is 
supported), and supports the C, C++ and Fortran front ends.

The patch has been bootstrapped on a x86_64 Linux machine, and the 
testsuite run with no regressions (libgomp tested with both no 
offloading and with offloading to nvptx). Okay for inclusion in trunk?

Kwok