[all-commits] [llvm/llvm-project] 9b9849: [OpenMP] Add omp_target_is_accessible() to header ...
Hansang Bae via All-commits
all-commits at lists.llvm.org
Fri Apr 16 05:54:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b98497b44580f4ef00d1f98da7cc651ebce39cc
https://github.com/llvm/llvm-project/commit/9b98497b44580f4ef00d1f98da7cc651ebce39cc
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/src/api.cpp
M openmp/runtime/src/include/omp.h.var
M openmp/runtime/src/include/omp_lib.f90.var
M openmp/runtime/src/include/omp_lib.h.var
Log Message:
-----------
[OpenMP] Add omp_target_is_accessible() to header files
-- Added omp_target_is_accessible to the header files
-- Added missing const qualifier to device memory routines
Differential Revision: https://reviews.llvm.org/D100420
More information about the All-commits
mailing list