[all-commits] [llvm/llvm-project] e35048: [flang][cuda] Set alloca block in cuf kernel (#128...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Feb 25 17:25:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e350485595d0694dbf5847d8d0eff1fb3df56e3b
https://github.com/llvm/llvm-project/commit/e350485595d0694dbf5847d8d0eff1fb3df56e3b
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-02-25 (Tue, 25 Feb 2025)
Changed paths:
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
A flang/test/Lower/CUDA/cuda-kernel-alloca-block.cuf
Log Message:
-----------
[flang][cuda] Set alloca block in cuf kernel (#128776)
Temporary created during lowering in a cuf kernel must be set in the cuf
kernel itself otherwise they will be allocated on the host.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list