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 99#ifndef FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
1010#define FORTRAN_RUNTIME_CUDA_ALLOCATABLE_H_
1111
12- #include " flang/Runtime/descriptor.h"
12+ #include " flang/Runtime/descriptor-consts .h"
1313#include " flang/Runtime/entry-names.h"
1414
1515namespace Fortran ::runtime::cuda {
Original file line number Diff line number Diff line change 99#ifndef FORTRAN_RUNTIME_CUDA_COMMON_H_
1010#define FORTRAN_RUNTIME_CUDA_COMMON_H_
1111
12- #include " flang/Runtime/descriptor.h"
12+ #include " flang/Runtime/descriptor-consts .h"
1313#include " flang/Runtime/entry-names.h"
1414
1515static constexpr unsigned kHostToDevice = 0 ;
Original file line number Diff line number Diff line change 99#ifndef FORTRAN_RUNTIME_CUDA_MEMORY_H_
1010#define FORTRAN_RUNTIME_CUDA_MEMORY_H_
1111
12- #include " flang/Runtime/descriptor.h"
12+ #include " flang/Runtime/descriptor-consts .h"
1313#include " flang/Runtime/entry-names.h"
1414#include < cstddef>
1515
You can’t perform that action at this time.
0 commit comments