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)
324324endif ()
325325
326326if (FLANG_CUF_RUNTIME)
327- add_subdirectory (../CufRuntime CUDA)
327+ add_subdirectory (CUDA)
328328endif ()
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments