Skip to content

Commit 909dca1

Browse files
committed
CufRuntime -> flang_rt/CUDA
1 parent de863e9 commit 909dca1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

flang-rt/lib/flang_rt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,5 @@ if (TARGET flang AND TARGET module_files)
324324
endif()
325325

326326
if (FLANG_CUF_RUNTIME)
327-
add_subdirectory(../CufRuntime CUDA)
327+
add_subdirectory(CUDA)
328328
endif()

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)