[all-commits] [llvm/llvm-project] c1a6fe: [libomptarget] Implement pointer lookup as 5.1 spec.
Ye Luo via All-commits
all-commits at lists.llvm.org
Thu Apr 7 21:01:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1a6fe196d8c23b6f614d6d94f313fcb23da7d85
https://github.com/llvm/llvm-project/commit/c1a6fe196d8c23b6f614d6d94f313fcb23da7d85
Author: Ye Luo <yeluo at anl.gov>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M openmp/libomptarget/src/device.cpp
A openmp/libomptarget/test/mapping/array_section_implicit_capture.c
A openmp/libomptarget/test/mapping/array_section_use_device_ptr.c
Log Message:
-----------
[libomptarget] Implement pointer lookup as 5.1 spec.
As described in 5.1 spec
2.21.7.2 Pointer Initialization for Device Data Environments
Reviewed By: RaviNarayanaswamy
Differential Revision: https://reviews.llvm.org/D123093
More information about the All-commits
mailing list