[all-commits] [llvm/llvm-project] ecd2f5: [AMDGPU] Warn if 'amdgpu-waves-per-eu' target occu...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Dec 6 01:46:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecd2f56a80ed2c0ccba990a8d46ed73c994bb5c4
https://github.com/llvm/llvm-project/commit/ecd2f56a80ed2c0ccba990a8d46ed73c994bb5c4
Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
A llvm/test/CodeGen/AMDGPU/min-waves-per-eu-not-respected.ll
Log Message:
-----------
[AMDGPU] Warn if 'amdgpu-waves-per-eu' target occupancy was not met (#74055)
This should make it a bit harder to miss this type of issue. The warning
only shows if amdgpu-waves-per-eu is used.
See SWDEV-434482
More information about the All-commits
mailing list