File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -324,5 +324,5 @@ if (TARGET flang AND TARGET module_files)
324
324
endif ()
325
325
326
326
if (FLANG_CUF_RUNTIME )
327
- add_subdirectory (../CufRuntime CUDA )
327
+ add_subdirectory (CUDA )
328
328
endif ()
Original file line number Diff line number Diff line change 1
- #===-- lib/CufRuntime/ CMakeLists.txt --- ------------------------------------===#
1
+ #===-- lib/flang_rt/CUDA/ CMakeLists.txt ------------------------------------===#
2
2
#
3
3
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
# See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ allocatable.cpp --- -----------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ allocatable.cpp -----------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ allocator.cpp --- -------------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ allocator.cpp -------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ descriptor.cpp --- ------------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ descriptor.cpp ------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ kernel.cpp --- ----------------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ kernel.cpp ----------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ memory.cpp --- ----------------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ memory.cpp ----------------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- lib/CufRuntime/ registration.cpp --- ----------------------*- C++ -*-===//
1
+ // ===-- lib/flang_rt/CUDA/ registration.cpp ----------------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments