[flang-commits] [PATCH] D102351: [flang] Implement DOT_PRODUCT in the runtime

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 12 12:09:15 PDT 2021


klausler created this revision.
klausler added a reviewer: jeanPerier.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
klausler requested review of this revision.

API, implementation, and basic tests for the transformational
reduction intrinsic function DOT_PRODUCT in the runtime support
library.


https://reviews.llvm.org/D102351

Files:
  flang/runtime/CMakeLists.txt
  flang/runtime/complex-reduction.c
  flang/runtime/complex-reduction.h
  flang/runtime/dot-product.cpp
  flang/runtime/reduction.cpp
  flang/runtime/reduction.h
  flang/runtime/tools.h
  flang/unittests/RuntimeGTest/Reduction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102351.344902.patch
Type: text/x-patch
Size: 24272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210512/2dfdd728/attachment-0001.bin>


More information about the flang-commits mailing list