File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
flang/include/flang/Runtime/CUDA Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " flang-rt/cuda /allocator.h"
9
+ #include " flang/Runtime/CUDA /allocator.h"
10
10
#include " flang-rt/runtime/allocator-registry.h"
11
11
#include " flang-rt/runtime/derived.h"
12
12
#include " flang-rt/runtime/stat.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/CUDA/descriptor.h"
10
- #include " flang-rt/cuda/allocator.h"
11
10
#include " flang-rt/runtime/descriptor.h"
12
11
#include " flang-rt/runtime/terminator.h"
12
+ #include " flang/Runtime/CUDA/allocator.h"
13
13
#include " flang/Runtime/CUDA/common.h"
14
14
15
15
#include " cuda_runtime.h"
Original file line number Diff line number Diff line change 9
9
#include " flang/Runtime/allocatable.h"
10
10
#include " cuda_runtime.h"
11
11
#include " gtest/gtest.h"
12
- #include " flang-rt/cuda/allocator.h"
13
12
#include " flang-rt/runtime/allocator-registry.h"
14
13
#include " flang-rt/runtime/descriptor.h"
15
14
#include " flang-rt/runtime/terminator.h"
15
+ #include " flang/Runtime/CUDA/allocator.h"
16
16
#include " flang/Runtime/CUDA/common.h"
17
17
#include " flang/Runtime/CUDA/descriptor.h"
18
18
#include " flang/Support/Fortran.h"
Original file line number Diff line number Diff line change 8
8
9
9
#include " cuda_runtime.h"
10
10
#include " gtest/gtest.h"
11
- #include " flang-rt/cuda/allocator.h"
12
11
#include " flang-rt/runtime/allocator-registry.h"
13
12
#include " flang-rt/runtime/descriptor.h"
14
13
#include " flang-rt/runtime/terminator.h"
14
+ #include " flang/Runtime/CUDA/allocator.h"
15
15
#include " flang/Runtime/CUDA/descriptor.h"
16
16
#include " flang/Runtime/allocatable.h"
17
17
#include " flang/Support/Fortran.h"
Original file line number Diff line number Diff line change 10
10
#include " cuda_runtime.h"
11
11
#include " ../tools.h"
12
12
#include " gtest/gtest.h"
13
- #include " flang-rt/cuda/allocator.h"
14
13
#include " flang-rt/runtime/allocator-registry.h"
15
14
#include " flang-rt/runtime/terminator.h"
15
+ #include " flang/Runtime/CUDA/allocator.h"
16
16
#include " flang/Runtime/CUDA/common.h"
17
17
#include " flang/Runtime/CUDA/descriptor.h"
18
18
#include " flang/Runtime/allocatable.h"
Original file line number Diff line number Diff line change 1
- // ===-- include/flang-rt/cuda/ allocator.h ----- ------------------*- C++ -*-===//
1
+ // ===-- include/flang/Runtime/CUDA/ allocator.h ------------------*- 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.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef FLANG_RT_CUDA_ALLOCATOR_H_
10
- #define FLANG_RT_CUDA_ALLOCATOR_H_
9
+ #ifndef FORTRAN_RUNTIME_CUDA_ALLOCATOR_H_
10
+ #define FORTRAN_RUNTIME_CUDA_ALLOCATOR_H_
11
11
12
- #include " flang/Runtime/CUDA/ common.h"
12
+ #include " common.h"
13
13
#include " flang/Runtime/descriptor-consts.h"
14
14
#include " flang/Runtime/entry-names.h"
15
15
@@ -33,4 +33,4 @@ void *CUFAllocUnified(std::size_t);
33
33
void CUFFreeUnified (void *);
34
34
35
35
} // namespace Fortran::runtime::cuda
36
- #endif // FLANG_RT_CUDA_ALLOCATOR_H_
36
+ #endif // FORTRAN_RUNTIME_CUDA_ALLOCATOR_H_
You can’t perform that action at this time.
0 commit comments