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 cceb182 commit b52fe0cCopy full SHA for b52fe0c
flang-rt/include/flang-rt/CUDA/allocator.h
@@ -9,7 +9,7 @@
9
#ifndef FLANG_RT_CUDA_ALLOCATOR_H_
10
#define FLANG_RT_CUDA_ALLOCATOR_H_
11
12
-#include "common.h"
+#include "flang/Runtime/CUDA/common.h"
13
#include "flang/Runtime/descriptor-consts.h"
14
#include "flang/Runtime/entry-names.h"
15
flang-rt/lib/CufRuntime/descriptor.cpp
@@ -11,7 +11,6 @@
#include "flang-rt/descriptor.h"
#include "../flang_rt/terminator.h"
#include "flang/Runtime/CUDA/common.h"
-#include "flang/Runtime/descriptor.h"
16
#include "cuda_runtime.h"
17
0 commit comments