File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
flang-rt/lib/flang_rt/CUDA Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- // ===-- runtime/ CUDA/pointer.cpp ----------------------------------------- -===//
1
+ // ===-- lib/flang_rt/ CUDA/pointer.cpp ---------------------------*- 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.
7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Runtime/CUDA/pointer.h"
10
- #include " ../assign-impl.h"
11
- #include " ../stat.h"
12
- #include " ../terminator.h"
10
+ #include " flang-rt/assign-impl.h"
11
+ #include " flang-rt/descriptor.h"
12
+ #include " flang-rt/stat.h"
13
+ #include " flang-rt/terminator.h"
13
14
#include " flang/Runtime/CUDA/descriptor.h"
14
15
#include " flang/Runtime/CUDA/memmove-function.h"
15
16
#include " flang/Runtime/pointer.h"
You can’t perform that action at this time.
0 commit comments