[all-commits] [llvm/llvm-project] bb9c4f: [AMDGPU] Remove getMaxWavesPerCU in favour of getW...
jayfoad via All-commits
all-commits at lists.llvm.org
Thu Mar 26 13:39:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb9c4fd7eabeba364ddd16de7a4558d640a35cb0
https://github.com/llvm/llvm-project/commit/bb9c4fd7eabeba364ddd16de7a4558d640a35cb0
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
[AMDGPU] Remove getMaxWavesPerCU in favour of getWavesPerWorkGroup.
Summary:
These methods were identical. I chose to remove getMaxWavesPerCU because
I think Max in the name was misleading. NFC.
Reviewers: arsenm, rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76859
Commit: 0fe096c4e92a887c503139e5fb0dece263a1d539
https://github.com/llvm/llvm-project/commit/0fe096c4e92a887c503139e5fb0dece263a1d539
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
[AMDGPU] Rename overloaded getMaxWavesPerEU to getWavesPerEUForWorkGroup
Summary: I think Max in the name was misleading. NFC.
Reviewers: arsenm, rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76860
Compare: https://github.com/llvm/llvm-project/compare/e110897e28c3...0fe096c4e92a
More information about the All-commits
mailing list