[PATCH] D65423: [AMDGPU] Fix high occupancy calculation and print it

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 17:34:01 PDT 2019


rampitec updated this revision to Diff 212258.
rampitec added a comment.

Removed "GCNSubtarget::getMaxWavesPerEU()" in favor of using "AMDGPUSubtarget::getMaxWavesPerEU;"


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65423/new/

https://reviews.llvm.org/D65423

Files:
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  lib/Target/AMDGPU/AMDGPUSubtarget.h
  lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  lib/Target/AMDGPU/SIProgramInfo.h
  test/CodeGen/AMDGPU/hsa-metadata-kernel-code-props-v3.ll
  test/CodeGen/AMDGPU/nsa-reassign.ll
  test/CodeGen/AMDGPU/occupancy-levels.ll
  test/CodeGen/AMDGPU/wave32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65423.212258.patch
Type: text/x-patch
Size: 16636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/c36cc125/attachment-0001.bin>


More information about the llvm-commits mailing list