[all-commits] [llvm/llvm-project] 0c83f8: [libomptarget][nfc] Move three files under common, ...
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Tue Dec 17 10:03:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c83f8ccc745522d2a25bcef2067bde295be9f75
https://github.com/llvm/llvm-project/commit/0c83f8ccc745522d2a25bcef2067bde295be9f75
Author: JonChesterfield <jonathanchesterfield at gmail.com>
Date: 2019-12-17 (Tue, 17 Dec 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
A openmp/libomptarget/deviceRTLs/common/src/libcall.cu
A openmp/libomptarget/deviceRTLs/common/src/omp_data.cu
A openmp/libomptarget/deviceRTLs/common/src/reduction.cu
M openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
R openmp/libomptarget/deviceRTLs/nvptx/src/libcall.cu
R openmp/libomptarget/deviceRTLs/nvptx/src/omp_data.cu
R openmp/libomptarget/deviceRTLs/nvptx/src/reduction.cu
Log Message:
-----------
[libomptarget][nfc] Move three files under common, build them for amdgcn
Summary:
[libomptarget][nfc] Move three files under common, build them for amdgcn
Change to reduction.cu to remove two dead includes, otherwise no code change.
Reviewers: jdoerfert, ABataev, grokos
Reviewed By: jdoerfert
Subscribers: jvesely, mgorny, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D71601
More information about the All-commits
mailing list