mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 18:16:04 +00:00
Otherwise, builds with `-DFLANG_CUF_RUNTIME` hits: ``` runtime/CUDA/descriptor.cpp:44:24: error: invalid use of incomplete type 'const class Fortran::runtime::Descriptor' 44 | std::size_t count{src->SizeInBytes()}; ```
This commit is contained in:
parent
e68a3e4d0d
commit
d6ec7c82f3
@ -10,6 +10,7 @@
|
||||
#include "../terminator.h"
|
||||
#include "flang/Runtime/CUDA/allocator.h"
|
||||
#include "flang/Runtime/CUDA/common.h"
|
||||
#include "flang/Runtime/descriptor.h"
|
||||
|
||||
#include "cuda_runtime.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user