JonChesterfield updated this revision to Diff 232557. JonChesterfield added a comment.
- update comment Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71103/new/ https://reviews.llvm.org/D71103 Files: openmp/libomptarget/deviceRTLs/common/src/parallel.cu openmp/libomptarget/deviceRTLs/common/src/support.cu openmp/libomptarget/deviceRTLs/common/src/sync.cu openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt openmp/libomptarget/deviceRTLs/nvptx/src/parallel.cu openmp/libomptarget/deviceRTLs/nvptx/src/support.cu openmp/libomptarget/deviceRTLs/nvptx/src/sync.cu Index: openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt =================================================================== --- openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt +++ openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt @@ -57,10 +57,10 @@ src/libcall.cu ${devicertl_common_directory}/src/loop.cu ${devicertl_common_directory}/src/omptarget.cu - src/parallel.cu + ${devicertl_common_directory}/src/parallel.cu src/reduction.cu - src/support.cu - src/sync.cu + ${devicertl_common_directory}/src/support.cu + ${devicertl_common_directory}/src/sync.cu ${devicertl_common_directory}/src/task.cu ) Index: openmp/libomptarget/deviceRTLs/common/src/sync.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/sync.cu +++ openmp/libomptarget/deviceRTLs/common/src/sync.cu @@ -1,4 +1,4 @@ -//===------------ sync.h - NVPTX OpenMP synchronizations --------- CUDA -*-===// +//===------------ sync.cu - OpenMP synchronizations -------------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: openmp/libomptarget/deviceRTLs/common/src/support.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/support.cu +++ openmp/libomptarget/deviceRTLs/common/src/support.cu @@ -1,4 +1,4 @@ -//===--------- support.cu - NVPTX OpenMP support functions ------- CUDA -*-===// +//===--------- support.cu - OpenMP support functions ------------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: openmp/libomptarget/deviceRTLs/common/src/parallel.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/parallel.cu +++ openmp/libomptarget/deviceRTLs/common/src/parallel.cu @@ -1,4 +1,4 @@ -//===---- parallel.cu - NVPTX OpenMP parallel implementation ----- CUDA -*-===// +//===---- parallel.cu - GPU OpenMP parallel implementation ------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.
Index: openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt =================================================================== --- openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt +++ openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt @@ -57,10 +57,10 @@ src/libcall.cu ${devicertl_common_directory}/src/loop.cu ${devicertl_common_directory}/src/omptarget.cu - src/parallel.cu + ${devicertl_common_directory}/src/parallel.cu src/reduction.cu - src/support.cu - src/sync.cu + ${devicertl_common_directory}/src/support.cu + ${devicertl_common_directory}/src/sync.cu ${devicertl_common_directory}/src/task.cu ) Index: openmp/libomptarget/deviceRTLs/common/src/sync.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/sync.cu +++ openmp/libomptarget/deviceRTLs/common/src/sync.cu @@ -1,4 +1,4 @@ -//===------------ sync.h - NVPTX OpenMP synchronizations --------- CUDA -*-===// +//===------------ sync.cu - OpenMP synchronizations -------------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: openmp/libomptarget/deviceRTLs/common/src/support.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/support.cu +++ openmp/libomptarget/deviceRTLs/common/src/support.cu @@ -1,4 +1,4 @@ -//===--------- support.cu - NVPTX OpenMP support functions ------- CUDA -*-===// +//===--------- support.cu - OpenMP support functions ------------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: openmp/libomptarget/deviceRTLs/common/src/parallel.cu =================================================================== --- openmp/libomptarget/deviceRTLs/common/src/parallel.cu +++ openmp/libomptarget/deviceRTLs/common/src/parallel.cu @@ -1,4 +1,4 @@ -//===---- parallel.cu - NVPTX OpenMP parallel implementation ----- CUDA -*-===// +//===---- parallel.cu - GPU OpenMP parallel implementation ------- CUDA -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits