[all-commits] [llvm/llvm-project] 5966c2: [OpenMP] Fix mismatched device runtime name

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Feb 4 13:54:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5966c2ec026c7953a86dd849b13a98589ed10e9c
      https://github.com/llvm/llvm-project/commit/5966c2ec026c7953a86dd849b13a98589ed10e9c
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
    M clang/lib/Driver/ToolChains/Cuda.cpp

  Log Message:
  -----------
  [OpenMP] Fix mismatched device runtime name

Summary:
The new runtime was deleted. AMD's old runtime used the triple name
`amdgcn` while the new runtime used `amdgpu`. This was not updated when
the old runtime was removed causing the library to not be found on
AMDGPU.




More information about the All-commits mailing list