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

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 14:41:40 PDT 2019


tra 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";
+
----------------
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


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