[all-commits] [llvm/llvm-project] 9f2d8b: [HIP] Add option --gpu-max-threads-per-block=n
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Tue Jan 7 08:18:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9f2d8b5c0cdb31c5617476575c03826274ecbd25
https://github.com/llvm/llvm-project/commit/9f2d8b5c0cdb31c5617476575c03826274ecbd25
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/TargetInfo.cpp
M clang/lib/Driver/ToolChains/HIP.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGenCUDA/amdgpu-kernel-attrs.cu
A clang/test/Driver/hip-options.hip
Log Message:
-----------
[HIP] Add option --gpu-max-threads-per-block=n
Add this option to change the default launch bounds.
Differential Revision: https://reviews.llvm.org/D71221
More information about the All-commits
mailing list