[all-commits] [llvm/llvm-project] 63dbe7: HIP: Use __builtin_sqrt instead of routing through...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 26 15:12:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63dbe7e808d07bdf25bad85301980bc323b0cd64
https://github.com/llvm/llvm-project/commit/63dbe7e808d07bdf25bad85301980bc323b0cd64
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/lib/Headers/__clang_hip_math.h
M clang/test/Headers/__clang_hip_math.hip
Log Message:
-----------
HIP: Use __builtin_sqrt instead of routing through ocml sqrt for f64
llvm.sqrt.f64 now works correctly and should be called directly.
https://reviews.llvm.org/D156366
More information about the All-commits
mailing list