[all-commits] [llvm/llvm-project] d6ec7c: [flang][CUF] fix missing header after #112188 (#11...

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Dec 6 08:23:09 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6ec7c82f383ae4268f350f4d2e267af45fae8c0
      https://github.com/llvm/llvm-project/commit/d6ec7c82f383ae4268f350f4d2e267af45fae8c0
  Author: jeanPerier <jperier at nvidia.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M flang/runtime/CUDA/descriptor.cpp

  Log Message:
  -----------
  [flang][CUF] fix missing header after #112188 (#118993)

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()};
```



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list