[Openmp-commits] [PATCH] D68100: [OpenMP 5.0] declare mapper runtime implementation

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jul 26 11:24:00 PDT 2020


protze.joachim added a comment.

> You are basically right. In implementation, a function is generated for every mapper to do all internal mapping. More details can be found at https://github.com/lingda-li/public-sharing/blob/master/mapper_runtime_design.pptx

This document does not say, which concrete mapping operations you push for the concrete case of the failing test. Can you probably express this in terms of omp target enter/exit data operations?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68100/new/

https://reviews.llvm.org/D68100





More information about the Openmp-commits mailing list