[all-commits] [llvm/llvm-project] ec55dc: AMDGPU: Refactor getWavesPerEU to separate flat wo...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 21 19:57:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec55dcedcec1cdf95d020307067bc871cb2b70e4
https://github.com/llvm/llvm-project/commit/ec55dcedcec1cdf95d020307067bc871cb2b70e4
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
Log Message:
-----------
AMDGPU: Refactor getWavesPerEU to separate flat workgroup size query
Add an overload to pass the flat workgroup range in separately. This
will allow the attributor to use the assumed value for
amdgpu-flat-workgroup-sizes when inferring amdgpu-waves-per-eu.
More information about the All-commits
mailing list