[PATCH] D63209: [AMDGPU] gfx1010 wave32 clang support

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 16:10:27 PDT 2019


kzhuravl added inline comments.


================
Comment at: cfe/trunk/lib/Driver/ToolChains/HIP.cpp:319-324
+    llvm::StringRef WaveFrontSizeBC;
+    if (stoi(GFXVersion) < 1000)
+      WaveFrontSizeBC = "oclc_wavefrontsize64_on.amdgcn.bc";
+    else
+      WaveFrontSizeBC = "oclc_wavefrontsize64_off.amdgcn.bc";
+
----------------
rampitec wrote:
> rampitec wrote:
> > rampitec wrote:
> > > tra wrote:
> > > > Can you tell me where to find these bitcode libraries?
> > > > They don't seem to be part of https://github.com/RadeonOpenCompute/ROCm-Device-Libs
> > > > 
> > > > @yaxunl -- FYI
> > > Not yet, I guess. @b-sumner could you please comment on the upstreaming those?
> > As far as I can see these are pending integration by @kzhuravl.
> Check now. I see that @kzhuravl has just uploaded it.
https://github.com/RadeonOpenCompute/ROCm-Device-Libs/commit/fa1e814f4fd3d639790c0579e4492924f3d6e081


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63209





More information about the llvm-commits mailing list