llvm-project
d6d52a4a - [flang][cuda] Do not generate cuf.alloc/cuf.free in device context (#141117)

Commit
207 days ago
[flang][cuda] Do not generate cuf.alloc/cuf.free in device context (#141117) `cuf.alloc` and `cuf.free` are converted to `fir.alloca` or deleted when in device context during the CUFOpConversion pass. Do not generate them in lowering to avoid confusion.
Author
Parents
Loading