[flang-commits] [flang] [flang][cuda] Remove the need of special compile definition for CUFInit (PR #124965)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Thu Jan 30 01:40:25 PST 2025
Meinersbur 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.
https://github.com/llvm/llvm-project/pull/124965
More information about the flang-commits
mailing list