[all-commits] [llvm/llvm-project] 7860f9: [flang][runtime] Use cuda::std::variant in the CUD...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Tue Mar 26 09:47:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7860f970666f46184ad740db48a69882d62e64fc
      https://github.com/llvm/llvm-project/commit/7860f970666f46184ad740db48a69882d62e64fc
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
    M flang/include/flang/Common/idioms.h
    M flang/include/flang/Common/template.h
    M flang/include/flang/Common/unwrap.h
    A flang/include/flang/Common/variant.h
    M flang/include/flang/Common/visit.h
    M flang/runtime/CMakeLists.txt
    M flang/runtime/io-stmt.h
    M flang/runtime/unit.cpp
    M flang/runtime/unit.h

  Log Message:
  -----------
  [flang][runtime] Use cuda::std::variant in the CUDA build. (#86615)

Added `FLANG_LIBCUDACXX_PATH` CMake variable to specify
installation of header-only libcudacxx library.
If it is specified, the `<cuda/std/variant>` is used to provide
implementation of `std::variant`.



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