File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
flang-rt/unittests/Runtime/CUDA Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 12
12
#include " flang-rt/CUDA/allocator.h"
13
13
#include " flang-rt/allocator-registry.h"
14
14
#include " flang-rt/descriptor.h"
15
+ #include " flang-rt/memory.h"
15
16
#include " flang/Runtime/CUDA/common.h"
16
17
#include " flang/Runtime/CUDA/descriptor.h"
17
- #include " flang/Runtime/descriptor.h"
18
- #include " flang/Runtime/memory.h"
19
18
#include " flang/Support/Fortran.h"
20
19
21
20
#include " cuda_runtime.h"
Original file line number Diff line number Diff line change 12
12
#include " flang-rt/CUDA/allocator.h"
13
13
#include " flang-rt/allocator-registry.h"
14
14
#include " flang-rt/descriptor.h"
15
+ #include " flang-rt/memory.h"
15
16
#include " flang/Runtime/CUDA/descriptor.h"
16
17
#include " flang/Runtime/allocatable.h"
17
- #include " flang/Runtime/descriptor.h"
18
- #include " flang/Runtime/memory.h"
19
18
#include " flang/Support/Fortran.h"
20
19
21
20
using namespace Fortran ::runtime;
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ add_flang_nongtest_unittest(intrinsics
33
33
FortranDecimal
34
34
FortranSemantics
35
35
FortranParser
36
- flang_rt
37
36
)
38
37
39
38
add_flang_nongtest_unittest (logical
You can’t perform that action at this time.
0 commit comments