On 10/22/15 04:15, Jakub Jelinek wrote:
On Wed, Oct 21, 2015 at 03:13:26PM -0400, Nathan Sidwell wrote:
+/* Determine whether fork & joins are needed. */ + +static bool +nvptx_xform_fork_join (gcall *call, const int dims[], + bool ARG_UNUSED (is_fork))Why is this not called nvptx_goacc_fork_join when that is the name of the target hook?
don't want to make things to clear ... (will fix). nathan