[all-commits] [llvm/llvm-project] c58a6a: [HIP] Fix device lib selection
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Sat May 1 18:41:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c58a6a6fb4110ee1ffd0e45ad98872e55855b310
https://github.com/llvm/llvm-project/commit/c58a6a6fb4110ee1ffd0e45ad98872e55855b310
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2021-05-01 (Sat, 01 May 2021)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/Driver/ToolChains/HIP.cpp
A clang/test/CodeGenCUDA/correctly-rounded-div.cu
M clang/test/Driver/hip-device-libs.hip
Log Message:
-----------
[HIP] Fix device lib selection
Choose optimized device lib bitcode by fp options
for performance.
Reviewed by: Artem Belevich, Fangrui Song
Differential Revision: https://reviews.llvm.org/D101654
More information about the All-commits
mailing list