Loading
[Clacc][OpenACC] Add activity queue support to libacc2omp
Specifically, implement `acc_get_default_async`, `acc_set_default_async`, and `acc2omp_async2dep`. In future patches, the last will be used by Clacc's OpenMP translation of OpenACC directives and by libacc2omp's implementation of OpenACC runtime library routines. It maps an OpenACC async-argument to an OpenMP `depend` clause argument.