File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
flang/include/flang/Runtime/CUDA Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
10
10
#define FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
11
11
12
- #include " flang/Runtime/descriptor.h"
12
+ #include " flang/Runtime/descriptor-consts .h"
13
13
#include " flang/Runtime/entry-names.h"
14
14
15
15
namespace Fortran ::runtime::cuda {
Original file line number Diff line number Diff line change 9
9
#ifndef FORTRAN_RUNTIME_CUDA_COMMON_H_
10
10
#define FORTRAN_RUNTIME_CUDA_COMMON_H_
11
11
12
- #include " flang/Runtime/descriptor.h"
12
+ #include " flang/Runtime/descriptor-consts .h"
13
13
#include " flang/Runtime/entry-names.h"
14
14
15
15
static constexpr unsigned kHostToDevice = 0 ;
Original file line number Diff line number Diff line change 9
9
#ifndef FORTRAN_RUNTIME_CUDA_MEMORY_H_
10
10
#define FORTRAN_RUNTIME_CUDA_MEMORY_H_
11
11
12
- #include " flang/Runtime/descriptor.h"
12
+ #include " flang/Runtime/descriptor-consts .h"
13
13
#include " flang/Runtime/entry-names.h"
14
14
#include < cstddef>
15
15
You can’t perform that action at this time.
0 commit comments