[PATCH] D80938: AMDGPU: Change internal tracking of wave size

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 11:53:04 PDT 2020


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUFeatures.td:32
 
-class SubtargetFeatureWavefrontSize <int Value> : SubtargetFeature<
+class SubtargetFeatureWavefrontSize <int Value, int ValueLog2> : SubtargetFeature<
   "wavefrontsize"#Value,
----------------
Why do you need both?


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

https://reviews.llvm.org/D80938





More information about the llvm-commits mailing list