[all-commits] [llvm/llvm-project] 01c78a: [flang] Implement NORM2 in the runtime
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri May 7 13:23:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01c78a0b0764e5c254c745a21c35f7950b6c8816
https://github.com/llvm/llvm-project/commit/01c78a0b0764e5c254c745a21c35f7950b6c8816
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M flang/runtime/extrema.cpp
M flang/runtime/reduction.cpp
M flang/runtime/reduction.h
M flang/unittests/RuntimeGTest/Reduction.cpp
Log Message:
-----------
[flang] Implement NORM2 in the runtime
Implement the reduction transformational intrinsic function NORM2 in
the runtime, using infrastructure already in place for MAXVAL & al.
Differential Revision: https://reviews.llvm.org/D102024
More information about the All-commits
mailing list