[PATCH] D63209: [AMDGPU] gfx1010 wave32 clang support
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 14:47:29 PDT 2019
rampitec marked an inline comment as done.
rampitec added a subscriber: b-sumner.
rampitec 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";
+
----------------
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?
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