[PATCH] D71221: [HIP] Add option --gpu-max-threads-per-block=n

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 12:07:12 PST 2019


yaxunl created this revision.
yaxunl added a reviewer: tra.
Herald added subscribers: nhaehnle, jvesely.

Add this option to change the default launch bounds.


https://reviews.llvm.org/D71221

Files:
  clang/include/clang/Basic/LangOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/Driver/ToolChains/HIP.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
  clang/test/Driver/hip-options.hip

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71221.232908.patch
Type: text/x-patch
Size: 7030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191209/cccc8294/attachment.bin>


More information about the cfe-commits mailing list