You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed by Marco Danelutto @ HeteroPar 2010
Maybe add a new construct to preserve data on device between parallel regions,
example:
#pragma omp parallel .... preserve
{
...
}
.... whatever ....
#pragma omp parallel ....
{
....
}
To implement:
- New clause: preserve
- New conditional on parallel region template:
{% if not omp_clause.preserve %}
cudaDelete(....)
{% endif %}
Original issue reported on code.google.com by namiurtf on 30 Aug 2010 at 10:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
namiurtf
on 30 Aug 2010 at 10:36The text was updated successfully, but these errors were encountered: