[flang-commits] [flang] [flang][cuda] Implicitly load cudadevice module in device/global subprogram (PR #91668)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu May 9 16:22:43 PDT 2024
================
@@ -0,0 +1,21 @@
+!===-- module/cudedevice.f90 -----------------------------------------------===!
----------------
klausler wrote:
Why can't these USE renames be in the existing `flang/module/__cuda_builtins.f90`? Is it because the program is allowed to also explicitly USE `cudadevice`?
https://github.com/llvm/llvm-project/pull/91668
More information about the flang-commits
mailing list