We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
omp_get_mapped_hostptr
Clacc prototypes the following routine as an OpenMP extension to support OpenACC's acc_hostptr:
acc_hostptr
void *omp_get_mapped_hostptr(const void *ptr, int device_num);
The initial commit is dec7c17. This feature should be considered for upstreaming to LLVM as described in #10.