Skip to content

Commit 909a740

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
2 parents 2f78739 + 909dca1 commit 909a740

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

flang-rt/lib/CufRuntime/CMakeLists.txt renamed to flang-rt/lib/flang_rt/CUDA/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#===-- lib/CufRuntime/CMakeLists.txt ---------------------------------------===#
1+
#===-- lib/flang_rt/CUDA/CMakeLists.txt ------------------------------------===#
22
#
33
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
# See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/allocatable.cpp renamed to flang-rt/lib/flang_rt/CUDA/allocatable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/allocatable.cpp --------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/allocatable.cpp -----------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/allocator.cpp renamed to flang-rt/lib/flang_rt/CUDA/allocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/allocator.cpp ----------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/allocator.cpp -------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/descriptor.cpp renamed to flang-rt/lib/flang_rt/CUDA/descriptor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/descriptor.cpp ---------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/descriptor.cpp ------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/kernel.cpp renamed to flang-rt/lib/flang_rt/CUDA/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/kernel.cpp -------------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/kernel.cpp ----------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/memory.cpp renamed to flang-rt/lib/flang_rt/CUDA/memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/memory.cpp -------------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/memory.cpp ----------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

flang-rt/lib/CufRuntime/registration.cpp renamed to flang-rt/lib/flang_rt/CUDA/registration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- lib/CufRuntime/registration.cpp -------------------------*- C++ -*-===//
1+
//===-- lib/flang_rt/CUDA/registration.cpp ----------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)