Files
clang-p2996/flang/lib/Optimizer/Transforms/CufOpConversion.cpp
Valentin Clement (バレンタイン クレメン) dfc21acdfa [flang][cuda] Convert global allocation for pinned variable (#106807)
ALLOCATE/DEALLOCATE statements for module allocatable variable with the
pinned attribute can be lowered to the standard runtime call and do not
need further action since these variables will have a unique descriptor
that is on the host.
2024-09-03 14:27:16 -07:00

12 KiB