[flang-commits] [flang] [flang][cuda] Set PINNED variable to false in ALLOCATE (PR #121593)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Jan 3 14:51:43 PST 2025
clementval wrote:
> Can you also add a test that when `i` has PINNED attribute, check PLOG is TRUE? Thanks
When the variable has the `PINNED` attribute `plog` is set in the runtime depending on the success or not of cudaMallocHost.
https://github.com/llvm/llvm-project/pull/121593
More information about the flang-commits
mailing list