[all-commits] [llvm/llvm-project] 505829: [libc][obvious] Fix the FMA implementation on the GPU
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jun 14 11:33:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 505829eacf0ebf404de1606aabd06da40cfd741f
https://github.com/llvm/llvm-project/commit/505829eacf0ebf404de1606aabd06da40cfd741f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M libc/src/__support/FPUtil/gpu/FMA.h
Log Message:
-----------
[libc][obvious] Fix the FMA implementation on the GPU
Summary:
This doesn't include the type_traits to perform the indirection, nor
does it return the value.
More information about the All-commits
mailing list