[flang-commits] [flang] [CUF] Moving __fadd_rd and __fadd_ru to cudadevice.f90 as they are symbol already known upstream. (PR #123127)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Wed Jan 15 15:47:39 PST 2025
================
@@ -75,4 +75,20 @@ attributes(device) subroutine threadfence_system()
end interface
public :: threadfence_system
+ interface
----------------
clementval wrote:
We could add a comment to separate from the ! Memory Fences above.
```suggestion
! Math API
interface
```
https://github.com/llvm/llvm-project/pull/123127
More information about the flang-commits
mailing list