[all-commits] [llvm/llvm-project] 6e1827: [OpenMP] Implement `omp_get_mapped_ptr`
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Jan 11 19:05:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e18277a51187ce8e861cdf0ab1395235e5b83d4
https://github.com/llvm/llvm-project/commit/6e18277a51187ce8e861cdf0ab1395235e5b83d4
Author: Shilei Tian <i at tianshilei.me>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M clang/docs/OpenMPSupport.rst
M openmp/libomptarget/src/api.cpp
M openmp/libomptarget/src/exports
A openmp/libomptarget/test/api/omp_get_mapped_ptr.c
Log Message:
-----------
[OpenMP] Implement `omp_get_mapped_ptr`
This patch implements the function `omp_get_mapped_ptr`.
Fix #59945.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D141545
More information about the All-commits
mailing list