[all-commits] [llvm/llvm-project] 3c8efd: [OpenMP] Ensure the actual kernel is annotated wit...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Jul 23 09:03:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c8efd79283b4c9d25483bc69e3096ccdbddddef
https://github.com/llvm/llvm-project/commit/3c8efd79283b4c9d25483bc69e3096ccdbddddef
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/ompx_attributes_codegen.cpp
M clang/test/OpenMP/parallel_codegen.cpp
M clang/test/OpenMP/target_parallel_debug_codegen.cpp
M clang/test/OpenMP/target_parallel_for_debug_codegen.cpp
M clang/test/OpenMP/target_parallel_generic_loop_codegen-3.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M offload/test/offloading/default_thread_limit.c
Log Message:
-----------
[OpenMP] Ensure the actual kernel is annotated with launch bounds (#99927)
In debug mode there is a wrapper (the kernel) around the function in
which we generate the kernel code. We worked around this before to get
the correct kernel name, but now we really distinguish both to attach
the launch bounds to the kernel, not the inner function.
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