[all-commits] [llvm/llvm-project] fd9fa9: [libomptarget] Move supporti.h to support.cu
Jon Chesterfield via All-commits
all-commits at lists.llvm.org
Wed Nov 13 03:36:58 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fd9fa9995cdafa526543df466d762a982863a906
https://github.com/llvm/llvm-project/commit/fd9fa9995cdafa526543df466d762a982863a906
Author: JonChesterfield <jonathanchesterfield at gmail.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
M openmp/libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
A openmp/libomptarget/deviceRTLs/nvptx/src/support.cu
M openmp/libomptarget/deviceRTLs/nvptx/src/support.h
R openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h
M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h
Log Message:
-----------
[libomptarget] Move supporti.h to support.cu
Summary:
[libomptarget] Move supporti.h to support.cu
Reimplementation of D69652, without the unity build and refactors.
Will need a clean build of libomptarget as the cmakelists changed.
Reviewers: ABataev, jdoerfert
Reviewed By: jdoerfert
Subscribers: mgorny, jfb, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D70131
More information about the All-commits
mailing list