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++ -* -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
77// ===----------------------------------------------------------------------===//
88
99#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"
1314#include " flang/Runtime/CUDA/descriptor.h"
1415#include " flang/Runtime/CUDA/memmove-function.h"
1516#include " flang/Runtime/pointer.h"
You can’t perform that action at this time.
0 commit comments