File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 14
14
#include " flang/Runtime/CUDA/descriptor.h"
15
15
#include " flang/Runtime/CUDA/memmove-function.h"
16
16
#include " flang/Runtime/allocatable.h"
17
+ #include " flang/Runtime/descriptor.h"
17
18
18
19
#include " cuda_runtime.h"
19
20
Original file line number Diff line number Diff line change 11
11
#include " ../stat.h"
12
12
#include " ../terminator.h"
13
13
#include " ../type-info.h"
14
- #include " flang/Common/Fortran.h"
15
14
#include " flang/Common/ISO_Fortran_binding_wrapper.h"
16
15
#include " flang/Runtime/CUDA/common.h"
17
16
#include " flang/Runtime/allocator-registry.h"
17
+ #include " flang/Support/Fortran.h"
18
18
19
19
#include " cuda_runtime.h"
20
20
Original file line number Diff line number Diff line change 9
9
#include " flang/Runtime/allocatable.h"
10
10
#include " gtest/gtest.h"
11
11
#include " ../../../runtime/terminator.h"
12
- #include " flang/Common/Fortran.h"
13
12
#include " flang/Runtime/CUDA/allocator.h"
14
13
#include " flang/Runtime/CUDA/common.h"
15
14
#include " flang/Runtime/CUDA/descriptor.h"
16
15
#include " flang/Runtime/allocator-registry.h"
16
+ #include " flang/Runtime/descriptor.h"
17
+ #include " flang/Runtime/memory.h"
18
+ #include " flang/Support/Fortran.h"
17
19
18
20
#include " cuda_runtime.h"
19
21
Original file line number Diff line number Diff line change 8
8
9
9
#include " gtest/gtest.h"
10
10
#include " ../../../runtime/terminator.h"
11
- #include " flang/Common/Fortran.h"
12
11
#include " flang/Runtime/CUDA/allocator.h"
13
12
#include " flang/Runtime/CUDA/descriptor.h"
14
13
#include " flang/Runtime/allocatable.h"
15
14
#include " flang/Runtime/allocator-registry.h"
15
+ #include " flang/Runtime/descriptor.h"
16
+ #include " flang/Runtime/memory.h"
17
+ #include " flang/Support/Fortran.h"
16
18
17
19
#include " cuda_runtime.h"
18
20
Original file line number Diff line number Diff line change 10
10
#include " gtest/gtest.h"
11
11
#include " ../../../runtime/terminator.h"
12
12
#include " ../tools.h"
13
- #include " flang/Common/Fortran.h"
14
13
#include " flang/Runtime/CUDA/allocator.h"
15
14
#include " flang/Runtime/CUDA/common.h"
16
15
#include " flang/Runtime/CUDA/descriptor.h"
17
16
#include " flang/Runtime/allocatable.h"
18
17
#include " flang/Runtime/allocator-registry.h"
18
+ #include " flang/Support/Fortran.h"
19
19
20
20
#include " cuda_runtime.h"
21
21
You can’t perform that action at this time.
0 commit comments