[all-commits] [llvm/llvm-project] 96ff74: [OpenMP] Remove the new runtime default for AMDGPU
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Dec 2 09:36:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96ff74a0d5982cb70ac25883f3b0d5bb99947aa9
https://github.com/llvm/llvm-project/commit/96ff74a0d5982cb70ac25883f3b0d5bb99947aa9
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
Log Message:
-----------
[OpenMP] Remove the new runtime default for AMDGPU
The new runtime is currently broken for AMD offloading. This patch makes
the default the old runtime only for the AMD target.
Reviewed By: ronlieb
Differential Revision: https://reviews.llvm.org/D114965
More information about the All-commits
mailing list