[all-commits] [llvm/llvm-project] f92309: [flang][runtime] Workaround cuda-11.8 compilation ...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Mon Oct 9 16:26:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f92309a3a5c57403deec32e6bbb88c3f5beb65d5
      https://github.com/llvm/llvm-project/commit/f92309a3a5c57403deec32e6bbb88c3f5beb65d5
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2023-10-09 (Mon, 09 Oct 2023)

  Changed paths:
    M flang/runtime/assign.cpp

  Log Message:
  -----------
  [flang][runtime] Workaround cuda-11.8 compilation issue. (#68459)

cuda-11.8 nvcc cannot handle brace initialization of the lambda
object. 12.1 works okay, but I would like to have an option
to use 11.8.




More information about the All-commits mailing list