[flang-commits] [flang] [flang][cuda] Remove the need of special compile definition for CUFInit (PR #124965)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Thu Jan 30 08:24:49 PST 2025
clementval wrote:
> Yes. I still think it would have been cleaner to revert first. Now
>
> ```cmake
> if (FLANG_CUF_RUNTIME)
> find_package(CUDAToolkit REQUIRED)
> endif()
> ```
>
> has moved from line 484 to line 476 for no reason.
I can move it back with an NFC if you prefer it to stay at the same place.
https://github.com/llvm/llvm-project/pull/124965
More information about the flang-commits
mailing list