[all-commits] [llvm/llvm-project] 3e1941: [Attributor][FIX] Initialize variable
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Aug 18 21:48:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e19416e4e9ebfee0819bcdcb17124dd965e95aa
https://github.com/llvm/llvm-project/commit/3e19416e4e9ebfee0819bcdcb17124dd965e95aa
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][FIX] Initialize variable
Commit: df8d33fa7a22df3be34da5c6837031d897fa479b
https://github.com/llvm/llvm-project/commit/df8d33fa7a22df3be34da5c6837031d897fa479b
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang/test/OpenMP/amdgcn-attributes.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OpenMP][AMDGPU] Add "amdgpu-flat-work-group-size" for known thread counts
If we know the thread count statically and it is a constant, we can set
the "amdgpu-flat-work-group-size" kernel attribute.
Fixes https://github.com/llvm/llvm-project/issues/64816 in parts.
Compare: https://github.com/llvm/llvm-project/compare/f3c0eaeb2eb2...df8d33fa7a22
More information about the All-commits
mailing list