2 Commits

Author SHA1 Message Date
Valentin Clement (バレンタイン クレメン)
320c330989
[flang][cuda] Update visibility of declaration copied to in gpu.module (#179725)
https://github.com/llvm/llvm-project/pull/179362 changes which op is
checked for visibility during nested symbol resolution. This cause
issues in the CUDA Fortran pipeline and make some lookup fails. Update
the visibility of declaration copied to the gpu.module to nested.
2026-02-04 18:49:40 +00:00
Valentin Clement (バレンタイン クレメン)
a42bb08e44
[flang][cuda] Add CUFDeviceFuncTransform pass (#174487)
This pass transform CUDA Fortran func.func to gpu.func and put them in
the gpu.module.
2026-01-05 15:12:19 -08:00