[all-commits] [llvm/llvm-project] 8baba6: [HIP] Support overloaded math functions for hipRTC

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Thu Apr 22 16:07:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8baba6890de74d33beb75646ebcbf168e949d578
      https://github.com/llvm/llvm-project/commit/8baba6890de74d33beb75646ebcbf168e949d578
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M clang/lib/Headers/__clang_hip_cmath.h
    M clang/lib/Headers/__clang_hip_runtime_wrapper.h
    M clang/test/Headers/hip-header.hip

  Log Message:
  -----------
  [HIP] Support overloaded math functions for hipRTC

Remove the dependence on standard C++ header
for overloaded math functions in HIP header
since standard C++ header is not available for hipRTC.

Reviewed by: Artem Belevich, Justin Lebar

Differential Revision: https://reviews.llvm.org/D100794




More information about the All-commits mailing list