[all-commits] [llvm/llvm-project] b2524e: [HIP] Fix HIP rounding math intrinsics

Aaron Enye Shi via All-commits all-commits at lists.llvm.org
Thu Oct 22 08:58:20 PDT 2020


  Branch: refs/heads/fix-non-default-rounding-upstream
  Home:   https://github.com/llvm/llvm-project
  Commit: b2524eb9445a4487115c8f94fd946d2c4c95f652
      https://github.com/llvm/llvm-project/commit/b2524eb9445a4487115c8f94fd946d2c4c95f652
  Author: Aaron En Ye Shi <enye.shi at gmail.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

  Changed paths:
    M clang/lib/Headers/__clang_hip_math.h

  Log Message:
  -----------
  [HIP] Fix HIP rounding math intrinsics

The __ocml_*_rte_f32 and __ocml_*_rte_f64 functions are not
available if OCML_BASIC_ROUNDED_OPERATIONS is not defined.

Reviewed By: b-sumner, yaxunl

Fixes: SWDEV-257235

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




More information about the All-commits mailing list