We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1d768 commit 46425b8Copy full SHA for 46425b8
flang/runtime/CUDA/allocator.cpp
@@ -7,13 +7,13 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "flang/Runtime/CUDA/allocator.h"
10
-#include "../allocator-registry.h"
11
#include "../derived.h"
12
#include "../stat.h"
13
#include "../terminator.h"
14
#include "../type-info.h"
15
#include "flang/Common/Fortran.h"
16
#include "flang/ISO_Fortran_binding_wrapper.h"
+#include "flang/Runtime/allocator-registry.h"
17
18
#include "cuda.h"
19
0 commit comments