5 Commits

Author SHA1 Message Date
Valentin Clement (バレンタイン クレメン)
1d5e0408c9
[flang][cuda] Remove CUFDeviceAddressOpConversion from CUFOpConversion (#177213)
The pattern has been moved to CUFOpConversionLate
2026-01-21 11:20:45 -08:00
Valentin Clement (バレンタイン クレメン)
864c6cc9a6
[flang][cuda] Remove option allocationConversion from pass (#177037)
The pass option was meant to be used during migration. This is not
needed anymore.
2026-01-21 11:01:17 -08:00
Valentin Clement (バレンタイン クレメン)
49834b745f
[flang][cuda][NFC] Fix filename in header (#177070) 2026-01-21 01:34:32 +00:00
Razvan Lupusoru
33c4e3e2bc
[flang][cuda] Avoid inserting GetDeviceAddress call in offload regions (#175225)
In regions destined for GPU offload, computing an address_of means
getting device address directly - no need (and actually incorrect) to
insert a runtime call to get the address. This was already working for
regions such as `gpu.launch` - but now it applies to acc regions as
well.
2026-01-09 12:20:18 -08:00
Valentin Clement (バレンタイン クレメン)
30fe41b90e
[flang][cuda][NFC] Move CUDA Fortran passes into CUDA directory (#174657)
Move CUDA Fortran related passes with others in CUDA directory.
2026-01-06 14:15:07 -08:00