[llvm] [KernelInfo] Implement new LLVM IR pass for GPU code analysis (PR #102944)
Joel E. Denny via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 16:33:32 PDT 2024
================
@@ -1788,6 +1788,11 @@ class TargetTransformInfo {
/// @}
+ /// For \p F, call \p Body with the name and value of each launch bound.
+ void forEachLaunchBound(
----------------
jdenny-ornl wrote:
The naming discussion continues at: https://github.com/llvm/llvm-project/pull/102944#discussion_r1795842757
https://github.com/llvm/llvm-project/pull/102944
More information about the llvm-commits
mailing list