[all-commits] [llvm/llvm-project] 842f87: [openmp] Use llvm GridValues from devicertl
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Mon Aug 23 12:25:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 842f875c8b38ea46dfb973a062585889cc60d277
https://github.com/llvm/llvm-project/commit/842f875c8b38ea46dfb973a062585889cc60d277
Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
M openmp/libomptarget/DeviceRTL/src/Mapping.cpp
M openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
M openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h
M openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[openmp] Use llvm GridValues from devicertl
Add include path to the cmakefiles and set the target_impl enums
from the llvm constants instead of copying the values.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D108391
More information about the All-commits
mailing list